Thanks to visit codestin.com Credit goes to github.com
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 afe66d7 commit c0ce73cCopy full SHA for c0ce73c
google/api_core/page_iterator.py
@@ -448,7 +448,7 @@ class _GAXIterator(Iterator):
448
page_iter (google.gax.PageIterator): A GAX page iterator to be wrapped
449
to conform to the :class:`Iterator` interface.
450
item_to_value (Callable[Iterator, Any]): Callable to convert an item
451
- from the the protobuf response into a native object. Will
+ from the protobuf response into a native object. Will
452
be called with the iterator and a single item.
453
max_results (int): The maximum number of results to fetch.
454
0 commit comments