Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc0ce73c

Browse files
authored
docs: fix a typo in google/api_core/page_iterator.py (#511)
Fix a common typo: `s/the the /the /`.Fixes#510 🦕
1 parentafe66d7 commitc0ce73c

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 thetheprotobuf 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)

[8]ページ先頭

©2009-2025 Movatter.jp