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

miss-islington webhook-mailer at python.org
Sat Apr 30 17:45:06 EDT 2022


https://github.com/python/cpython/commit/2830543247219427f46fa36a873eaa4b37813fa1
commit: 2830543247219427f46fa36a873eaa4b37813fa1
branch: 3.9
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-04-30T14:45:02-07:00
summary:

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

(cherry picked from commit d7eb1ffbe8f913693e4c9ffa1b32edccac987ab6)

Co-authored-by: slateny <46876382+slateny at users.noreply.github.com>

files:
M Doc/library/fcntl.rst

diff --git a/Doc/library/fcntl.rst b/Doc/library/fcntl.rst
index 07a15d27216e9..f1c071ab991f7 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.
 
 The module defines the following functions:
 



More information about the Python-checkins mailing list