Skip to content

Commit fc74f71

Browse files
committed
add missing docstring
1 parent 4c38b4d commit fc74f71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synapseclient/api/api_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ async def rest_post_paginated_async(
2828
retry_policy: Optional retry settings.
2929
requests_session_async_synapse: Optional async HTTPX client session.
3030
kwargs: Additional keyword arguments for the request.
31-
31+
synapse_client: Optional Synapse client instance for authentication.
3232
Yields:
3333
Individual items from each page of the response.
3434
"""

0 commit comments

Comments
 (0)