From: Tom Clegg Date: Fri, 6 Feb 2015 22:53:02 +0000 (-0500) Subject: 5011: Fix comment about when local_store_* methods get used. X-Git-Tag: 1.1.0~1837^2 X-Git-Url: https://git.arvados.org/arvados.git/commitdiff_plain/d13386351c53a261558052bafd5e2308230cb73b 5011: Fix comment about when local_store_* methods get used. --- 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