client: Small docfix.

This commit is contained in:
Damir Jelić 2019-04-11 14:23:48 +02:00
parent c57b4c1210
commit 88757965cd

View File

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