Author: georg.brandl
Date: Tue Oct 30 18:42:20 2007
New Revision: 58714

Modified:
   python/branches/py3k/Lib/io.py
Log:
Fix typo.


Modified: python/branches/py3k/Lib/io.py
==============================================================================
--- python/branches/py3k/Lib/io.py      (original)
+++ python/branches/py3k/Lib/io.py      Tue Oct 30 18:42:20 2007
@@ -87,7 +87,7 @@
                a filename is given.
 
     (*) If a file descriptor is given, it is closed when the returned
-    I/O object is closed, unless closefd=False is give.
+    I/O object is closed, unless closefd=False is given.
 
     Mode strings characters:
       'r': open for reading (default)
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to