5011: Fix comment about when local_store_* methods get used.
authorTom Clegg <tom@curoverse.com>
Fri, 6 Feb 2015 22:53:02 +0000 (17:53 -0500)
committerTom Clegg <tom@curoverse.com>
Fri, 6 Feb 2015 22:53:02 +0000 (17:53 -0500)
sdk/python/arvados/keep.py

index f98f899616a6613c958d6cbf345ba6b99320e8e2..262e68864db7a7e12847a138de9922c489f473e2 100644 (file)
@@ -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