mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Tweak wording
This commit is contained in:
parent
2d20a5fe99
commit
8d9a01a1f2
1 changed files with 1 additions and 1 deletions
|
|
@ -290,7 +290,7 @@ PyDoc_STRVAR(flock_doc,
|
||||||
"flock(fd, operation)\n\
|
"flock(fd, operation)\n\
|
||||||
\n\
|
\n\
|
||||||
Perform the lock operation op on file descriptor fd. See the Unix \n\
|
Perform the lock operation op on file descriptor fd. See the Unix \n\
|
||||||
manual flock(3) for details. (On some systems, this function is\n\
|
manual page for flock(3) for details. (On some systems, this function is\n\
|
||||||
emulated using fcntl().)");
|
emulated using fcntl().)");
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue