Fix documentation for input and output tutorial (GH-8231)

The ValueError message ends with a period.
This commit is contained in:
Lysandros Nikolaou 2018-07-11 02:11:34 +02:00 committed by Mariatta
parent 5fe7c98a54
commit 9cffdbffc3
1 changed files with 1 additions and 1 deletions

View File

@ -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: