[Python-checkins] r50937 - python/trunk/Modules/fcntlmodule.c

andrew.kuchling python-checkins at python.org
Sat Jul 29 17:43:13 CEST 2006


Author: andrew.kuchling
Date: Sat Jul 29 17:43:13 2006
New Revision: 50937

Modified:
   python/trunk/Modules/fcntlmodule.c
Log:
Tweak wording

Modified: python/trunk/Modules/fcntlmodule.c
==============================================================================
--- python/trunk/Modules/fcntlmodule.c	(original)
+++ python/trunk/Modules/fcntlmodule.c	Sat Jul 29 17:43:13 2006
@@ -290,7 +290,7 @@
 "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().)");
 
 


More information about the Python-checkins mailing list