From: Mohammad Salehe Date: Tue, 11 Mar 2014 08:32:12 +0000 (+0330) Subject: rados.py: fix typo in Ioctx::read() docstring X-Git-Tag: v0.79~167^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F1421%2Fhead;p=ceph.git rados.py: fix typo in Ioctx::read() docstring Signed-off-by: Mohammad Salehe --- diff --git a/src/pybind/rados.py b/src/pybind/rados.py index 0989ebb2e7e7..e948ff7cab46 100644 --- a/src/pybind/rados.py +++ b/src/pybind/rados.py @@ -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