Skip to content

Commit da984d1

Browse files
Update docstring
1 parent bd859a6 commit da984d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

seam/paginator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def __init__(
3535
3636
Args:
3737
request: The function to call to fetch a page of data.
38-
http_client: The HTTP client used in the request.
38+
http_client: The Seam HTTP client used in the request.
3939
params: Initial parameters to pass to the callable function.
4040
"""
4141
self._request = request

0 commit comments

Comments
 (0)