Skip to content

Commit

Permalink
Update Docstring (googleapis#1) (googleapis#451)
Browse files Browse the repository at this point in the history
Updated the Docstring and corrected it for next_chunk()
  • Loading branch information
bantini authored and Jon Wayne Parrott committed Oct 27, 2017
1 parent af67669 commit 89906ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion googleapiclient/http.py
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ def next_chunk(self, num_retries=0):
request only once.
Returns:
(status, done): (MediaDownloadStatus, boolean)
(status, done): (MediaDownloadProgress, boolean)
The value of 'done' will be True when the media has been fully
downloaded.
Expand Down

0 comments on commit 89906ac

Please sign in to comment.