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

Commit

Permalink
Fix-up docstring.
Browse files Browse the repository at this point in the history
  • Loading branch information
clokep committed Mar 24, 2023
1 parent 0b071e5 commit 42259f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapse/appservice/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ async def claim_client_keys(
"""Claim one time keys from an application service.
Args:
query_list: An iterable of tuples of (user ID, device ID, algorithm).
query: An iterable of tuples of (user ID, device ID, algorithm).
Returns:
A tuple of:
Expand Down

0 comments on commit 42259f8

Please sign in to comment.