From 9cffdbffc3b2dec18def1c3e8cfa166d01d609df Mon Sep 17 00:00:00 2001 From: Lysandros Nikolaou Date: Wed, 11 Jul 2018 02:11:34 +0200 Subject: Fix documentation for input and output tutorial (GH-8231) The ValueError message ends with a period. --- Doc/tutorial/inputoutput.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/tutorial/inputoutput.rst b/Doc/tutorial/inputoutput.rst index dfa2806..417c3b1 100644 --- a/Doc/tutorial/inputoutput.rst +++ b/Doc/tutorial/inputoutput.rst @@ -338,7 +338,7 @@ automatically fail. :: >>> f.read() Traceback (most recent call last): File "", line 1, in - ValueError: I/O operation on closed file + ValueError: I/O operation on closed file. .. _tut-filemethods: -- cgit v0.12