X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/71a556d7d2a9484a4f0bda069f1f7915f548683f..d13386351c53a261558052bafd5e2308230cb73b:/sdk/python/arvados/keep.py diff --git a/sdk/python/arvados/keep.py b/sdk/python/arvados/keep.py index f98f899616..262e68864d 100644 --- a/sdk/python/arvados/keep.py +++ b/sdk/python/arvados/keep.py @@ -739,8 +739,8 @@ class KeepClient(object): def local_store_put(self, data, copies=1, num_retries=None): """A stub for put(). - This method is used in place of the real put() method in a - KeepClient constructed with local_store=True. + This method is used in place of the real put() method when + using local storage (see constructor's local_store argument). copies and num_retries arguments are ignored: they are here only for the sake of offering the same call signature as