]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Mon, 10 May 2010 21:51:33 +0000 (21:51 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 10 May 2010 21:51:33 +0000 (21:51 +0000)
Doc/library/io.rst

index 4554b1ef9a3b37f0f7392c9ca1c7af46b320580e..63895bca56c7d4d36e5bc1a3870a1172a54f1a47 100644 (file)
@@ -246,7 +246,7 @@ I/O Base Classes
 
       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.