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

Signed-off-by: Zac Dover <zac.dover@gmail.com>
src/pybind/cephfs/cephfs.pyx

index 022c70b660fcaa08c5b5a83c776ddb272b5f4c83..251302fb262ccbb3dcb6fff2a3f300f6084fa7f1 100644 (file)
@@ -1903,9 +1903,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.
         """