From: Harmon Date: Wed, 19 Jun 2019 21:01:27 +0000 (-0500) Subject: Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246) X-Git-Tag: v3.9.0a1~1219 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=35068bd059a3d9bff084ca9dcb04d51185b9ec3b;p=thirdparty%2FPython%2Fcpython.git Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246) Add a missing single quote character in the documentation for `io.TextIOWrapper.reconfigure`. --- diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 2fb27c3aad78..5ae30a3b5899 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst @@ -945,7 +945,7 @@ Text I/O *errors*, *newline*, *line_buffering* and *write_through*. Parameters not specified keep current settings, except - ``errors='strict`` is used when *encoding* is specified but + ``errors='strict'`` is used when *encoding* is specified but *errors* is not specified. It is not possible to change the encoding or newline if some data