]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-87192: Update wording for fcntl 'Changed in' (#91658)
authorslateny <46876382+slateny@users.noreply.github.com>
Sat, 30 Apr 2022 21:24:01 +0000 (14:24 -0700)
committerGitHub <noreply@github.com>
Sat, 30 Apr 2022 21:24:01 +0000 (15:24 -0600)
Doc/library/fcntl.rst

index 846c8d7ba96dabc39c18cd5de0e96be40282bb2e..1ecd552fbd02cd8214d83cf7a5a5c7a9f1a0c3d5 100644 (file)
@@ -37,7 +37,8 @@ descriptor.
    On macOS, the fcntl module exposes the ``F_GETPATH`` constant, which obtains
    the path of a file from a file descriptor.
    On Linux(>=3.15), the fcntl module exposes the ``F_OFD_GETLK``, ``F_OFD_SETLK``
-   and ``F_OFD_SETLKW`` constants, which working with open file description locks.
+   and ``F_OFD_SETLKW`` constants, which are used when working with open file
+   description locks.
 
 .. versionchanged:: 3.10
    On Linux >= 2.6.11, the fcntl module exposes the ``F_GETPIPE_SZ`` and