mirror of
https://github.com/python/cpython.git
synced 2025-08-02 08:02:56 +00:00
Fix documentation for input and output tutorial (GH-8231)
The ValueError message ends with a period.
This commit is contained in:
parent
5fe7c98a54
commit
9cffdbffc3
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ automatically fail. ::
|
||||||
>>> f.read()
|
>>> f.read()
|
||||||
Traceback (most recent call last):
|
Traceback (most recent call last):
|
||||||
File "<stdin>", line 1, in <module>
|
File "<stdin>", line 1, in <module>
|
||||||
ValueError: I/O operation on closed file
|
ValueError: I/O operation on closed file.
|
||||||
|
|
||||||
|
|
||||||
.. _tut-filemethods:
|
.. _tut-filemethods:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue