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.
1 parent 706f0f5 commit 2a8b3f2Copy full SHA for 2a8b3f2
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