]> granicus.if.org Git - python/commitdiff
Add missing single quote in io.TextIOWrapper.reconfigure documentation (GH-14246)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 19 Jun 2019 21:14:49 +0000 (14:14 -0700)
committerGitHub <noreply@github.com>
Wed, 19 Jun 2019 21:14:49 +0000 (14:14 -0700)
Add a missing single quote character in the documentation for `io.TextIOWrapper.reconfigure`.
(cherry picked from commit 35068bd059a3d9bff084ca9dcb04d51185b9ec3b)

Co-authored-by: Harmon <Harmon758@gmail.com>
Doc/library/io.rst

index 2fb27c3aad78b97b6f8f4bf18d8fb9c3fd300f51..5ae30a3b58992c45e134534a03da7b123cf91745 100644 (file)
@@ -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