From: Iain Buclaw Date: Tue, 22 Nov 2016 18:04:32 +0000 (+0100) Subject: pybind: Fix comment for exec in Ioctx X-Git-Tag: v11.1.0~90^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=7aa80fd0be7276bf82bef3b0e7b1ea616f64d92f;p=ceph-ci.git pybind: Fix comment for exec in Ioctx Signed-off-by: Iain Buclaw --- diff --git a/src/pybind/rados/rados.pyx b/src/pybind/rados/rados.pyx index f1ae495d7c2..2177f8c83be 100644 --- a/src/pybind/rados/rados.pyx +++ b/src/pybind/rados/rados.pyx @@ -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`