5037: Mention where this cache is, instead of describing what a cache is.
authorTom Clegg <tom@curoverse.com>
Fri, 30 Jan 2015 20:40:57 +0000 (15:40 -0500)
committerTom Clegg <tom@curoverse.com>
Fri, 30 Jan 2015 20:40:57 +0000 (15:40 -0500)
sdk/python/arvados/api.py

index 87e428ddf63cc95b141d80f11ad4f24f91b13210..2f1f74044d78a7fee4ce6337f1d649b69a587df6 100644 (file)
@@ -79,8 +79,8 @@ def api(version=None, cache=True, host=None, token=None, insecure=False, **kwarg
     Arguments:
     * version: A string naming the version of the Arvados API to use (for
       example, 'v1').
-    * cache: Use (if available and recent) or create/update a cached copy
-      of the discovery document.
+    * cache: Use a cache (~/.cache/arvados/discovery) for the discovery
+      document.
     * host: The Arvados API server host (and optional :port) to connect to.
     * token: The authentication token to send with each API call.
     * insecure: If True, ignore SSL certificate validation errors.