Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2a8b3f2

Browse files
committed
Issue #19147: Fix docstring for fcntl.flock to refer to correct man section.
1 parent 706f0f5 commit 2a8b3f2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/fcntlmodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ PyDoc_STRVAR(flock_doc,
309309
"flock(fd, operation)\n\
310310
\n\
311311
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\
312+
manual page for flock(2) for details. (On some systems, this function is\n\
313313
emulated using fcntl().)");
314314

315315

0 commit comments

Comments
 (0)