Skip to content

Commit

Permalink
Updating docstring in Iterator.get_query_params.
Browse files Browse the repository at this point in the history
  • Loading branch information
dhermes committed Nov 4, 2014
1 parent 018795f commit 2f28e9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gcloud/storage/iterator.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ def has_next_page(self):
def get_query_params(self):
"""Getter for query parameters for the next request.
:rtype: dict or None
:returns: A dictionary of query parameters or None if there are none.
:rtype: dict
:returns: A dictionary of query parameters.
"""
result = ({self.PAGE_TOKEN: self.next_page_token}
if self.next_page_token else {})
Expand Down

0 comments on commit 2f28e9f

Please sign in to comment.