Fix typo.

This commit is contained in:
Georg Brandl 2010-05-10 21:51:33 +00:00
parent 6f635f41f2
commit 6487952a46

View file

@ -246,7 +246,7 @@ I/O Base Classes
Flush and close this stream. This method has no effect if the file is 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 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; As a convenience, it is allowed to call this method more than once;
only the first call, however, will have an effect. only the first call, however, will have an effect.