From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 11 Jul 2018 00:51:03 +0000 (-0700) Subject: Fix documentation for input and output tutorial (GH-8231) X-Git-Tag: v3.7.1rc1~289 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c87b1aabbd660d111afde326fbbd897fb689a7b8;p=thirdparty%2FPython%2Fcpython.git 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 --- diff --git a/Doc/tutorial/inputoutput.rst b/Doc/tutorial/inputoutput.rst index dfa2806e1752..417c3b1319c0 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: