Skip to content

Commit

Permalink
chore: Fixed typo in SinglePagePaginator docstring (#2299)
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon authored Mar 8, 2024
1 parent d15c54a commit 26021c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion singer_sdk/pagination.py
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ def get_next(self, response: Response) -> TPageToken | None:


class SinglePagePaginator(BaseAPIPaginator[None]):
"""A paginator that does works with single-page endpoints."""
"""A paginator that works with single-page endpoints."""

def __init__(self, *args: t.Any, **kwargs: t.Any) -> None:
"""Create a new paginator.
Expand Down

0 comments on commit 26021c1

Please sign in to comment.