mirror of
https://github.com/python/cpython.git
synced 2025-08-22 01:35:16 +00:00
Issue #19147: merge from 3.3
This commit is contained in:
commit
f55697ca6d
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ PyDoc_STRVAR(flock_doc,
|
|||
"flock(fd, operation)\n\
|
||||
\n\
|
||||
Perform the lock operation op on file descriptor fd. See the Unix \n\
|
||||
manual page for flock(3) for details. (On some systems, this function is\n\
|
||||
manual page for flock(2) for details. (On some systems, this function is\n\
|
||||
emulated using fcntl().)");
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue