Skip to content

Commit 7a8466c

Browse files
committed
fix doc string
1 parent fc35448 commit 7a8466c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

googleapiclient/discovery_cache/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ def autodetect():
5252

5353
def get_static_doc(serviceName, version):
5454
"""Retrieves the discovery document from the directory defined in
55-
DISCOVERY_DOC_DIR corresponding to the uri provided.
55+
DISCOVERY_DOC_DIR corresponding to the serviceName and version provided.
5656
5757
Args:
5858
serviceName: string, name of the service.

0 commit comments

Comments
 (0)