Island: Fix typo in docstring

This commit is contained in:
Kekoa Kaaikala 2022-09-20 14:08:37 +00:00
parent a83186f532
commit b27dea54e7
1 changed files with 1 additions and 1 deletions

View File

@ -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