From 88757965cdd78289b42d518161a15ecf21183318 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damir=20Jeli=C4=87?= Date: Thu, 11 Apr 2019 14:23:48 +0200 Subject: [PATCH] client: Small docfix. --- pantalaimon/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pantalaimon/client.py b/pantalaimon/client.py index 2ea0036..b1abada 100644 --- a/pantalaimon/client.py +++ b/pantalaimon/client.py @@ -117,7 +117,7 @@ class PanClient(AsyncClient): Args: body (Dict[Any, Any]): The dictionary of a Sync response. - Returns the json response with decrypted events. + Returns the json response with decrypted events. """ for room_id, room_dict in body["rooms"]["join"].items(): try: