From def4b063f3384645e104f09c59aa03a7a90f4e69 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 10 Jul 2018 18:08:43 -0700 Subject: Fix documentation for input and output tutorial (GH-8231) The ValueError message ends with a period. (cherry picked from commit 9cffdbffc3b2dec18def1c3e8cfa166d01d609df) Co-authored-by: Lysandros Nikolaou --- 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 d553102..9fd939a 100644 --- a/Doc/tutorial/inputoutput.rst +++ b/Doc/tutorial/inputoutput.rst @@ -289,7 +289,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