summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2013-10-02 19:22:05 (GMT)
committerNed Deily <nad@acm.org>2013-10-02 19:22:05 (GMT)
commitf55697ca6d430d85437767db9d4ee67e1e041b5c (patch)
tree144ac9e6543a82ef4b19372a29bbc61c2d02c40f /Modules
parent09bb846b0119257c38c01bb78afce7d70c0b0bdf (diff)
parent2a8b3f26b91d6f1774c73fe4f545d2eb94475525 (diff)
downloadcpython-f55697ca6d430d85437767db9d4ee67e1e041b5c.zip
cpython-f55697ca6d430d85437767db9d4ee67e1e041b5c.tar.gz
cpython-f55697ca6d430d85437767db9d4ee67e1e041b5c.tar.bz2
Issue #19147: merge from 3.3
Diffstat (limited to 'Modules')
-rw-r--r--Modules/fcntlmodule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c
index 38ef55f..0ce1235 100644
--- a/Modules/fcntlmodule.c
+++ b/Modules/fcntlmodule.c
@@ -309,7 +309,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().)");