Skip to content

Commit 9cffdbf

Browse files
lysnikolaouMariatta
authored andcommitted
Fix documentation for input and output tutorial (GH-8231)
The ValueError message ends with a period.
1 parent 5fe7c98 commit 9cffdbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/inputoutput.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ automatically fail. ::
338338
>>> f.read()
339339
Traceback (most recent call last):
340340
File "<stdin>", line 1, in <module>
341-
ValueError: I/O operation on closed file
341+
ValueError: I/O operation on closed file.
342342

343343

344344
.. _tut-filemethods:

0 commit comments

Comments
 (0)