diff --git a/googleapiclient/http.py b/googleapiclient/http.py index f5d08a19a01..7992ea3804f 100644 --- a/googleapiclient/http.py +++ b/googleapiclient/http.py @@ -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.