Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 09bb846 + 2a8b3f2 commit f55697cCopy full SHA for f55697c
1 file changed
Modules/fcntlmodule.c
@@ -309,7 +309,7 @@ PyDoc_STRVAR(flock_doc,
309
"flock(fd, operation)\n\
310
\n\
311
Perform the lock operation op on file descriptor fd. See the Unix \n\
312
-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\
313
emulated using fcntl().)");
314
315
0 commit comments