[Python-checkins] gh-87192: Update wording for fcntl 'Changed in' (#91658)

JelleZijlstra webhook-mailer at python.org
Sat Apr 30 17:24:06 EDT 2022


https://github.com/python/cpython/commit/d7eb1ffbe8f913693e4c9ffa1b32edccac987ab6
commit: d7eb1ffbe8f913693e4c9ffa1b32edccac987ab6
branch: main
author: slateny <46876382+slateny at users.noreply.github.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-04-30T15:24:01-06:00
summary:

gh-87192: Update wording for fcntl 'Changed in' (#91658)

files:
M Doc/library/fcntl.rst

diff --git a/Doc/library/fcntl.rst b/Doc/library/fcntl.rst
index 846c8d7ba96da..1ecd552fbd02c 100644
--- a/Doc/library/fcntl.rst
+++ b/Doc/library/fcntl.rst
@@ -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



More information about the Python-checkins mailing list