From fa30eb5d5608b33c0e56d52199866c506e9543a7 Mon Sep 17 00:00:00 2001 From: Mohammad Salehe Date: Tue, 11 Mar 2014 12:02:12 +0330 Subject: [PATCH] rados.py: fix typo in Ioctx::read() docstring Signed-off-by: Mohammad Salehe --- src/pybind/rados.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/rados.py b/src/pybind/rados.py index 0989ebb2e7e7a..e948ff7cab46c 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 -- 2.39.5