mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +00:00
Fix typo.
This commit is contained in:
parent
6f635f41f2
commit
6487952a46
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue