Skip to content

Commit

Permalink
fix(storage): fix documentation of max_result parameter in list_blob (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
HemangChothani committed Feb 11, 2020
1 parent 3849676 commit ff15f19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 1 addition & 3 deletions google/cloud/storage/bucket.py
Expand Up @@ -885,9 +885,7 @@ def list_blobs(
:type max_results: int
:param max_results:
(Optional) The maximum number of blobs in each page of results
from this request. Non-positive values are ignored. Defaults to
a sensible value set by the API.
(Optional) The maximum number of blobs to return.
:type page_token: str
:param page_token:
Expand Down
4 changes: 1 addition & 3 deletions google/cloud/storage/client.py
Expand Up @@ -508,9 +508,7 @@ def list_blobs(
The bucket resource to pass or name to create.
max_results (int):
(Optional) The maximum number of blobs in each page of results
from this request. Non-positive values are ignored. Defaults to
a sensible value set by the API.
(Optional) The maximum number of blobs to return.
page_token (str):
(Optional) If present, return the next batch of blobs, using the
Expand Down

0 comments on commit ff15f19

Please sign in to comment.