]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
pybind/rbd: fix a typo in metadata_get comments 26138/head
authorsongweibin <song.weibin@zte.com.cn>
Fri, 25 Jan 2019 08:56:05 +0000 (16:56 +0800)
committersongweibin <song.weibin@zte.com.cn>
Fri, 25 Jan 2019 08:56:05 +0000 (16:56 +0800)
Signed-off-by: songweibin <song.weibin@zte.com.cn>
src/pybind/rbd/rbd.pyx

index dff5fc190adac00b11a900319e32f4f51dcf6579..c18b8bd4657967201f843dc9b47ac2b37350270e 100644 (file)
@@ -4225,7 +4225,7 @@ written." % (self.name, ret, length))
 
         :param key: metadata key
         :type key: str
-        :returns: str - image id
+        :returns: str - metadata value
         """
         key = cstr(key, 'key')
         cdef: