We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd859a6 commit da984d1Copy full SHA for da984d1
seam/paginator.py
@@ -35,7 +35,7 @@ def __init__(
35
36
Args:
37
request: The function to call to fetch a page of data.
38
- http_client: The HTTP client used in the request.
+ http_client: The Seam HTTP client used in the request.
39
params: Initial parameters to pass to the callable function.
40
"""
41
self._request = request
0 commit comments