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

Skip to content

Commit f55697c

Browse files
committed
Issue #19147: merge from 3.3
2 parents 09bb846 + 2a8b3f2 commit f55697c

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)