From 7aa80fd0be7276bf82bef3b0e7b1ea616f64d92f Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Tue, 22 Nov 2016 19:04:32 +0100 Subject: [PATCH] pybind: Fix comment for exec in Ioctx Signed-off-by: Iain Buclaw --- src/pybind/rados/rados.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pybind/rados/rados.pyx b/src/pybind/rados/rados.pyx index f1ae495d7c21..2177f8c83bef 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` -- 2.47.3