From 121484ba49f0b5ad9d262b2b2fb34ca41575c26c Mon Sep 17 00:00:00 2001 From: Nilayan Bhattacharya Date: Fri, 27 Oct 2017 11:16:30 -0700 Subject: [PATCH] Update Docstring Updated the Docstring and corrected it. --- googleapiclient/http.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.