From: Danny Al-Gaaf Date: Sun, 1 Mar 2015 20:57:30 +0000 (+0100) Subject: rbd.py: fix pep8 E101/W191 wrong intended lines X-Git-Tag: v9.0.0~219^2~18 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=80f1ed9432443a2148324f8f508a279f0e1a90a0;p=ceph.git rbd.py: fix pep8 E101/W191 wrong intended lines Signed-off-by: Danny Al-Gaaf --- diff --git a/src/pybind/rbd.py b/src/pybind/rbd.py index 5350dfb34d8e..80fecc85c3e7 100644 --- a/src/pybind/rbd.py +++ b/src/pybind/rbd.py @@ -714,8 +714,8 @@ class Image(object): :type offset: int :param length: how many bytes to read :type length: int - :param fadvise_flags: fadvise flags for this read - :type fadvise_flags: int + :param fadvise_flags: fadvise flags for this read + :type fadvise_flags: int :returns: str - the data read :raises: :class:`InvalidArgument`, :class:`IOError` """ @@ -793,8 +793,8 @@ class Image(object): :type data: str :param offset: where to start writing data :type offset: int - :param fadvise_flags: fadvise flags for this write - :type fadvise_flags: int + :param fadvise_flags: fadvise flags for this write + :type fadvise_flags: int :returns: int - the number of bytes written :raises: :class:`IncompleteWriteError`, :class:`LogicError`, :class:`InvalidArgument`, :class:`IOError`