4823: More fixes and cleanups.
[arvados.git] / sdk / python / arvados / api.py
index 830be96416923908fd9cdace2d7bd0f208fff32d..a227e436a322948b92ec5f6adabad41e00e773ae 100644 (file)
@@ -158,10 +158,6 @@ def api_from_config(version=None, apiconfig=None, **kwargs):
       A string naming the version of the Arvados REST API to use (for
       example, 'v1').
 
-    :cache:
-      Use a cache (~/.cache/arvados/discovery) for the discovery
-      document.
-
     :apiconfig:
       If provided, this should be a dict-like object (must support the get()
       method) with entries for ARVADOS_API_HOST, ARVADOS_API_TOKEN, and
@@ -169,6 +165,8 @@ def api_from_config(version=None, apiconfig=None, **kwargs):
       arvados.config (which gets these parameters from the environment by
       default.)
 
+    Other keyword arguments such as `cache` will be passed along `api()`
+
     """
     # Load from user configuration or environment
     if apiconfig is None: