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

Commit 42259f8

Browse files
committed
Fix-up docstring.
1 parent 0b071e5 commit 42259f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapse/appservice/api.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ async def claim_client_keys(
394394
"""Claim one time keys from an application service.
395395
396396
Args:
397-
query_list: An iterable of tuples of (user ID, device ID, algorithm).
397+
query: An iterable of tuples of (user ID, device ID, algorithm).
398398
399399
Returns:
400400
A tuple of:

0 commit comments

Comments
 (0)