Fix documentation for input and output tutorial (GH-8231) · python/cpython@9cffdbf (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Commit 9cffdbf

lysnikolaouMariatta

authored and

committed

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

The ValueError message ends with a period.

File tree

1 file changed

lines changed

1 file changed

lines changed

Original file line number Diff line number Diff line change
@@ -338,7 +338,7 @@ automatically fail. ::
338 338 >>> f.read()
339 339 Traceback (most recent call last):
340 340 File "", line 1, in
341 - ValueError: I/O operation on closed file
341 + ValueError: I/O operation on closed file.
342 342
343 343
344 344 .. _tut-filemethods: