From: Andrew M. Kuchling Date: Sat, 29 Jul 2006 15:43:13 +0000 (+0000) Subject: Tweak wording X-Git-Tag: v2.5b3~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8d9a01a1f2eec6adfa736cb3b2439645d3a5c61e;p=python Tweak wording --- diff --git a/Modules/fcntlmodule.c b/Modules/fcntlmodule.c index 49a91445fc..4e49a7d120 100644 --- a/Modules/fcntlmodule.c +++ b/Modules/fcntlmodule.c @@ -290,7 +290,7 @@ PyDoc_STRVAR(flock_doc, "flock(fd, operation)\n\ \n\ Perform the lock operation op on file descriptor fd. See the Unix \n\ -manual flock(3) for details. (On some systems, this function is\n\ +manual page for flock(3) for details. (On some systems, this function is\n\ emulated using fcntl().)");