Issue #19147: Fix docstring for fcntl.flock to refer to correct man section.
This commit is contained in:
parent
706f0f5f57
commit
2a8b3f26b9
|
@ -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…
Reference in New Issue