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

Commit 28d4b8a

Browse files
authored
Clarify comment.
1 parent ea343a2 commit 28d4b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/state/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -714,7 +714,7 @@ def get_auth_chain_difference(
714714
chain.
715715
716716
Returns:
717-
Set of event IDs.
717+
An awaitable that resolves to a set of event IDs.
718718
"""
719719

720720
return self.store.get_auth_chain_difference(state_sets)

0 commit comments

Comments
 (0)