summaryrefslogtreecommitdiffstats
path: root/src/pybind/rbd/rbd.pyx
diff options
context:
space:
mode:
Diffstat (limited to 'src/pybind/rbd/rbd.pyx')
-rw-r--r--src/pybind/rbd/rbd.pyx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pybind/rbd/rbd.pyx b/src/pybind/rbd/rbd.pyx
index 786c9ef0fec..bcae8cc289c 100644
--- a/src/pybind/rbd/rbd.pyx
+++ b/src/pybind/rbd/rbd.pyx
@@ -645,7 +645,7 @@ class RBD(object):
:param p_name: the parent image name
:type name: str
:param p_snapshot: the parent image snapshot name or id
- :type name: str
+ :type name: str or int
:param c_ioctx: the child context that represents the new clone
:type ioctx: :class:`rados.Ioctx`
:param c_name: the clone (child) name