Skip to content

Commit 2f28e9f

Browse files
committed
Updating docstring in Iterator.get_query_params.
1 parent 018795f commit 2f28e9f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

gcloud/storage/iterator.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ def has_next_page(self):
7575
def get_query_params(self):
7676
"""Getter for query parameters for the next request.
7777
78-
:rtype: dict or None
79-
:returns: A dictionary of query parameters or None if there are none.
78+
:rtype: dict
79+
:returns: A dictionary of query parameters.
8080
"""
8181
result = ({self.PAGE_TOKEN: self.next_page_token}
8282
if self.next_page_token else {})

0 commit comments

Comments
 (0)