From 7a8466c2450d6b41981b6b7d5ae91dcc21ff6f7e Mon Sep 17 00:00:00 2001 From: Anthonios Partheniou Date: Sat, 12 Dec 2020 01:09:48 +0000 Subject: [PATCH] fix doc string --- googleapiclient/discovery_cache/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/googleapiclient/discovery_cache/__init__.py b/googleapiclient/discovery_cache/__init__.py index fdd84f2b6ce..3f59e73bb1c 100644 --- a/googleapiclient/discovery_cache/__init__.py +++ b/googleapiclient/discovery_cache/__init__.py @@ -52,7 +52,7 @@ def autodetect(): def get_static_doc(serviceName, version): """Retrieves the discovery document from the directory defined in - DISCOVERY_DOC_DIR corresponding to the uri provided. + DISCOVERY_DOC_DIR corresponding to the serviceName and version provided. Args: serviceName: string, name of the service.