X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/ae7a6c9ad19ff6936c35ae8c29c08b7adeb835f6..7939a927a2b0584210d5e8b2fe73f7625858d6bd:/sdk/python/arvados/api.py diff --git a/sdk/python/arvados/api.py b/sdk/python/arvados/api.py index 87e428ddf6..2f1f74044d 100644 --- a/sdk/python/arvados/api.py +++ b/sdk/python/arvados/api.py @@ -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.