From 444c78a927fab54c51ad32300e3b4d11e45d8c4b Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Wed, 19 Jun 2019 14:14:49 -0700 Subject: [PATCH] Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246) Add a missing single quote character in the documentation for `io.TextIOWrapper.reconfigure`. (cherry picked from commit 35068bd059a3d9bff084ca9dcb04d51185b9ec3b) Co-authored-by: Harmon --- Doc/library/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 2fb27c3aad7..5ae30a3b589 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