Skip to content

Commit

Permalink
Docs/fixit: normalize docs for 'page_size' / 'max_results' / 'page_to…
Browse files Browse the repository at this point in the history
…ken' (#6842)
  • Loading branch information
tseaver authored Dec 13, 2018
1 parent 892643c commit a780413
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,10 @@ def list_projects(self, filter_params=None, page_size=None):
details.
:type page_size: int
:param page_size: (Optional) Maximum number of projects to return in a
single page. If not passed, defaults to a value set
by the API.
:param page_size: (Optional) The maximum number of projects in each
page of results from this request. Non-positive
values are ignored. Defaults to a sensible value
set by the API.
:rtype: :class:`~google.api_core.page_iterator.Iterator`
:returns: Iterator of all
Expand Down

0 comments on commit a780413

Please sign in to comment.