commit | 89906ac33b37c6017c893841743aa4f45729c91f | [log] [tgz] |
---|---|---|
author | Nilayan Bhattacharya <nilayan.nits@gmail.com> | Fri Oct 27 13:47:23 2017 -0700 |
committer | Jon Wayne Parrott <jonwayne@google.com> | Fri Oct 27 13:47:23 2017 -0700 |
tree | 6a58327556f33d180a8d43cf55eed5da7ec4428b | |
parent | af6766918a50ae3266037e1c30efe8cdacbc8f25 [diff] |
Update Docstring (#1) (#451) Updated the Docstring and corrected it for next_chunk()
diff --git a/googleapiclient/http.py b/googleapiclient/http.py index f5d08a1..7992ea3 100644 --- a/googleapiclient/http.py +++ b/googleapiclient/http.py
@@ -654,7 +654,7 @@ 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.