From b27dea54e7005ef1a70886fb43c151997172927a Mon Sep 17 00:00:00 2001 From: Kekoa Kaaikala Date: Tue, 20 Sep 2022 14:08:37 +0000 Subject: [PATCH] Island: Fix typo in docstring --- monkey/monkey_island/cc/repository/agent_event_encryption.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/monkey/monkey_island/cc/repository/agent_event_encryption.py b/monkey/monkey_island/cc/repository/agent_event_encryption.py index 3e16855fe..fc347b46f 100644 --- a/monkey/monkey_island/cc/repository/agent_event_encryption.py +++ b/monkey/monkey_island/cc/repository/agent_event_encryption.py @@ -44,7 +44,7 @@ def decrypt_event( """ Decrypt a serialized AbstractEventData - :param encrypt: Callable used to decrypt data + :param decrypt: Callable used to decrypt data :param event_data: Serialized event to decrypt :return: Serialized event with the fields decrypted :raises TypeError: If the serialized data is not a dict