Skip to content

Commit c87b1aa

Browse files
Fix documentation for input and output tutorial (GH-8231)
The ValueError message ends with a period. (cherry picked from commit 9cffdbf) Co-authored-by: Lysandros Nikolaou <[email protected]>
1 parent 5cca6f9 commit c87b1aa

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)