8000 Fix documentation for input and output tutorial (GH-8231) · python/cpython@def4b06 · GitHub
[go: up one dir, main page]

Skip to content

Commit def4b06

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 <lisandrosnik@gmail.com>
1 parent cb14eb7 commit def4b06

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
@@ -289,7 +289,7 @@ automatically fail. ::
289289
>>> f.read()
290290
Traceback (most recent call last):
291291
File "<stdin>", line 1, in <module>
292-
ValueError: I/O operation on closed file
292+
ValueError: I/O operation on closed file.
293293

294294

295295
.. _tut-filemethods:

0 commit comments

Comments
 (0)
0