Issue #19147: merge from 3.3

This commit is contained in:
Ned Deily 2013-10-02 12:22:05 -07:00
commit f55697ca6d
1 changed files with 1 additions and 1 deletions

View File

@ -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().)");