]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
src/pybind/cephfs: fix grammar 48982/head
authorZac Dover <zac.dover@gmail.com>
Sat, 19 Nov 2022 04:57:24 +0000 (14:57 +1000)
committerZac Dover <zac.dover@gmail.com>
Mon, 21 Nov 2022 13:21:45 +0000 (23:21 +1000)
Fix the grammar in the explanation of the lstat() API call.

Signed-off-by: Zac Dover <zac.dover@gmail.com>
(cherry picked from commit 8ef1379c1c8f2d1f52cb26f2de18d419e514f867)

src/pybind/cephfs/cephfs.pyx

index f4fe8d8d19c02fef9eef0f4494636e31e4731ac1..9a37448e1c25f0391e2dc212420600f36245ea8b 100644 (file)
@@ -1901,9 +1901,9 @@ cdef class LibCephFS(object):
 
     def lstat(self, path):
         """
-        Get a file's extended statistics and attributes. When file's a
-        symbolic link, return the information of the link itself rather
-        than that of the file it points too.
+        Get a file's extended statistics and attributes. If the file is a
+        symbolic link, return the information of the link itself rather than
+        the information of the file it points to.
 
         :param path: the file or directory to get the statistics of.
         """