]> granicus.if.org Git - python/commitdiff
Issue #19147: Fix docstring for fcntl.flock to refer to correct man section.
authorNed Deily <nad@acm.org>
Wed, 2 Oct 2013 19:20:18 +0000 (12:20 -0700)
committerNed Deily <nad@acm.org>
Wed, 2 Oct 2013 19:20:18 +0000 (12:20 -0700)
Modules/fcntlmodule.c

index 997867a136edec6bf5782fb2811af415639d23b0..cd5c98f1813ce243dc372da02f0104201605781a 100644 (file)
@@ -299,7 +299,7 @@ PyDoc_STRVAR(flock_doc,
 "flock(fd, operation)\n\
 \n\
 Perform the lock operation op on file descriptor fd.  See the Unix \n\
-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\
 emulated using fcntl().)");