Skip to content

Commit

Permalink
docs: fix a typo in google/api_core/page_iterator.py (#511)
Browse files Browse the repository at this point in the history
Fix a common typo: `s/the the /the /`.

Fixes #510  🦕
  • Loading branch information
bneb authored Aug 7, 2023
1 parent afe66d7 commit c0ce73c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/api_core/page_iterator.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ class _GAXIterator(Iterator):
page_iter (google.gax.PageIterator): A GAX page iterator to be wrapped
to conform to the :class:`Iterator` interface.
item_to_value (Callable[Iterator, Any]): Callable to convert an item
from the the protobuf response into a native object. Will
from the protobuf response into a native object. Will
be called with the iterator and a single item.
max_results (int): The maximum number of results to fetch.
Expand Down

0 comments on commit c0ce73c

Please sign in to comment.