]> granicus.if.org Git - python/commitdiff
Tweak wording
authorAndrew M. Kuchling <amk@amk.ca>
Sat, 29 Jul 2006 15:43:13 +0000 (15:43 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sat, 29 Jul 2006 15:43:13 +0000 (15:43 +0000)
Modules/fcntlmodule.c

index 49a91445fc778e8dbfb25bf8dce25af5b380006c..4e49a7d1201d8c4b36278e2bb16e16e95d9dcd01 100644 (file)
@@ -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().)");