]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
pybind: Fix comment for exec in Ioctx
authorIain Buclaw <iain.buclaw@sociomantic.com>
Tue, 22 Nov 2016 18:04:32 +0000 (19:04 +0100)
committerJosh Durgin <jdurgin@redhat.com>
Fri, 2 Dec 2016 00:32:26 +0000 (16:32 -0800)
Signed-off-by: Iain Buclaw <iain.buclaw@sociomantic.com>
src/pybind/rados/rados.pyx

index f1ae495d7c21ea3ec14e5ff425293eaafff3130a..2177f8c83bef0327391f5588565e59b1b1f0a305 100644 (file)
@@ -2612,7 +2612,7 @@ returned %d, but should return zero on success." % (self.name, ret))
         :type method: str
         :param data: input data
         :type data: bytes
-        :param length: size of output buffer in bytes (default=8291)
+        :param length: size of output buffer in bytes (default=8192)
         :type length: int
 
         :raises: :class:`TypeError`