From 1e8c88c301388adc71ec868674f2711955bed9ad Mon Sep 17 00:00:00 2001 From: Harmon Date: Wed, 19 Jun 2019 15:45:30 -0500 Subject: [PATCH] Add missing single quote in io.TextIOWrapper.reconfigure documentation --- 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 2fb27c3aad78b9..5ae30a3b58992c 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