8000
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 2dcf4bb commit 16b59a9Copy full SHA for 16b59a9
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