Commit 493950d9 authored by Ned Deily's avatar Ned Deily

Issue #19147: Fix docstring for fcntl.flock to refer to correct man section.

parent 8cb97894
......@@ -299,7 +299,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().)");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment