diff options
author | slateny <46876382+slateny@users.noreply.github.com> | 2022-04-30 21:24:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-30 21:24:01 (GMT) |
commit | d7eb1ffbe8f913693e4c9ffa1b32edccac987ab6 (patch) | |
tree | 5cb647b6f3636db80f272ec11a20d2c5b7022fc8 /Doc/library/fcntl.rst | |
parent | b660d0931e06d4b84b4e03cbc328b58f18bad3ca (diff) | |
download | cpython-d7eb1ffbe8f913693e4c9ffa1b32edccac987ab6.zip cpython-d7eb1ffbe8f913693e4c9ffa1b32edccac987ab6.tar.gz cpython-d7eb1ffbe8f913693e4c9ffa1b32edccac987ab6.tar.bz2 |
gh-87192: Update wording for fcntl 'Changed in' (#91658)
Diffstat (limited to 'Doc/library/fcntl.rst')
-rw-r--r-- | Doc/library/fcntl.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/library/fcntl.rst b/Doc/library/fcntl.rst index 846c8d7..1ecd552 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 |