Fix documentation for input and output tutorial (GH-8231)
The ValueError message ends with a period.
(cherry picked from commit 9cffdbffc3
)
Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
This commit is contained in:
parent
5cca6f9fbe
commit
c87b1aabbd
|
@ -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…
Reference in New Issue