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
|
@ -338,7 +338,7 @@ automatically fail. ::
|
|||
>>> f.read()
|
||||
Traceback (most recent call last):
|
||||
File "<stdin>", line 1, in <module>
|
||||
ValueError: I/O operation on closed file
|
||||
ValueError: I/O operation on closed file.
|
||||
|
||||
|
||||
.. _tut-filemethods:
|
||||
|
|
Loading…
Reference in New Issue