commit | 5c1f15b4b1024cbf0acc85832f0c623d1a4605fd | [log] [tgz] |
---|---|---|
author | Julien Palard <julien@palard.fr> | Mon Jan 25 15:46:06 2021 +0100 |
committer | GitHub <noreply@github.com> | Mon Jan 25 15:46:06 2021 +0100 |
tree | 557ba61e17c68c0e830ec6577e19b9d224f8572a | |
parent | 483359174e92489e13959977824806734f1a8cdd [diff] [blame] |
bpo-42843: Keep Sphinx 1.8 and Sphinx 2 compatibility (GH-24282)
diff --git a/Doc/library/io.rst b/Doc/library/io.rst index 048cb2a..aecbec5 100644 --- a/Doc/library/io.rst +++ b/Doc/library/io.rst
@@ -964,7 +964,7 @@ .. versionadded:: 3.7 -.. class:: StringIO(initial_value='', newline='\n') +.. class:: StringIO(initial_value='', newline='\\n') A text stream using an in-memory text buffer. It inherits :class:`TextIOBase`.