From: slateny <46876382+slateny@users.noreply.github.com> Date: Sat, 30 Apr 2022 21:24:01 +0000 (-0700) Subject: gh-87192: Update wording for fcntl 'Changed in' (#91658) X-Git-Tag: v3.11.0b1~163 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d7eb1ffbe8f913693e4c9ffa1b32edccac987ab6;p=thirdparty%2FPython%2Fcpython.git gh-87192: Update wording for fcntl 'Changed in' (#91658) --- diff --git a/Doc/library/fcntl.rst b/Doc/library/fcntl.rst index 846c8d7ba96d..1ecd552fbd02 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