Commit b0b712ce authored by Ned Deily's avatar Ned Deily

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

parent b05169e5
...@@ -309,7 +309,7 @@ PyDoc_STRVAR(flock_doc, ...@@ -309,7 +309,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 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().)"); 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