Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 8b2cac2

Browse files
committed
Fix copy & paste error.
1 parent b3a4b65 commit 8b2cac2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

synapse/federation/transport/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,8 +1135,8 @@ class SendJoinResponse:
11351135

11361136
@ijson.coroutine
11371137
def _event_parser(event_dict: JsonDict):
1138-
"""Helper function for use with `ijson.items_coro` to parse an array of
1139-
events and add them to the given list.
1138+
"""Helper function for use with `ijson.kvitems_coro` to parse key-value pairs
1139+
to add them to a given dictionary.
11401140
"""
11411141

11421142
while True:

0 commit comments

Comments
 (0)