Skip to content

Commit ebca3a5

Browse files
committed
Issue #19147: Fix docstring for fcntl.flock to refer to correct man section.
1 parent 6d7f7e8 commit ebca3a5

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
@@ -299,7 +299,7 @@ PyDoc_STRVAR(flock_doc,
299299
"flock(fd, operation)\n\
300300
\n\
301301
Perform the lock operation op on file descriptor fd. See the Unix \n\
302-
manual page for flock(3) for details. (On some systems, this function is\n\
302+
manual page for flock(2) for details. (On some systems, this function is\n\
303303
emulated using fcntl().)");
304304

305305

0 commit comments

Comments
 (0)