Skip to content

Commit 9c541f0

Browse files
committed
Fix a common typo.
1 parent 2dcf4bb commit 9c541f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/api_core/page_iterator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ class _GAXIterator(Iterator):
448448
page_iter (google.gax.PageIterator): A GAX page iterator to be wrapped
449449
to conform to the :class:`Iterator` interface.
450450
item_to_value (Callable[Iterator, Any]): Callable to convert an item
451-
from the the protobuf response into a native object. Will
451+
from the protobuf response into a native object. Will
452452
be called with the iterator and a single item.
453453
max_results (int): The maximum number of results to fetch.
454454

0 commit comments

Comments
 (0)