Skip to content

Commit d7eb1ff

Browse files
authored
gh-87192: Update wording for fcntl 'Changed in' (#91658)
1 parent b660d09 commit d7eb1ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/fcntl.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ descriptor.
3737
On macOS, the fcntl module exposes the ``F_GETPATH`` constant, which obtains
3838
the path of a file from a file descriptor.
3939
On Linux(>=3.15), the fcntl module exposes the ``F_OFD_GETLK``, ``F_OFD_SETLK``
40-
and ``F_OFD_SETLKW`` constants, which working with open file description locks.
40+
and ``F_OFD_SETLKW`` constants, which are used when working with open file
41+
description locks.
4142

4243
.. versionchanged:: 3.10
4344
On Linux >= 2.6.11, the fcntl module exposes the ``F_GETPIPE_SZ`` and

0 commit comments

Comments
 (0)