]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
rados.py: fix typo in Ioctx::read() docstring 1421/head 1422/head
authorMohammad Salehe <salehe+dev@gmail.com>
Tue, 11 Mar 2014 08:32:12 +0000 (12:02 +0330)
committerMohammad Salehe <salehe+dev@gmail.com>
Tue, 11 Mar 2014 08:32:12 +0000 (12:02 +0330)
Signed-off-by: Mohammad Salehe <salehe+dev@gmail.com>
src/pybind/rados.py

index 0989ebb2e7e7a09ddfa1aabb675ca836537625c1..e948ff7cab46cb5a588775ca796cab09e7506724 100644 (file)
@@ -1238,7 +1238,7 @@ written." % (self.name, ret, length))
 
     def read(self, key, length=8192, offset=0):
         """
-        Write data to an object synchronously
+        Read data from an object synchronously
 
         :param key: name of the object
         :type key: str