[Python-checkins] r81067 - python/trunk/Doc/library/io.rst

georg.brandl python-checkins at python.org
Mon May 10 23:51:33 CEST 2010


Author: georg.brandl
Date: Mon May 10 23:51:33 2010
New Revision: 81067

Log:
Fix typo.

Modified:
   python/trunk/Doc/library/io.rst

Modified: python/trunk/Doc/library/io.rst
==============================================================================
--- python/trunk/Doc/library/io.rst	(original)
+++ python/trunk/Doc/library/io.rst	Mon May 10 23:51:33 2010
@@ -246,7 +246,7 @@
 
       Flush and close this stream. This method has no effect if the file is
       already closed. Once the file is closed, any operation on the file
-      (e.g. reading or writing) will raise an :exc:`ValueError`.
+      (e.g. reading or writing) will raise a :exc:`ValueError`.
 
       As a convenience, it is allowed to call this method more than once;
       only the first call, however, will have an effect.


More information about the Python-checkins mailing list