Skip to content

Commit

Permalink
Fix documentation for input and output tutorial (pythonGH-8231)
Browse files Browse the repository at this point in the history
The ValueError message ends with a period.
  • Loading branch information
lysnikolaou authored and Mariatta committed Jul 11, 2018
1 parent 5fe7c98 commit 9cffdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Doc/tutorial/inputoutput.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 9cffdbf

Please sign in to comment.