We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcf4bb commit 9c541f0Copy full SHA for 9c541f0
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