summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorDavide Rizzo <sorcio@gmail.com>2023-09-28 16:34:35 (GMT)
committerGitHub <noreply@github.com>2023-09-28 16:34:35 (GMT)
commitc4eda57345f579947b128e6148ab7f77de44bb88 (patch)
treec01aedef97a9210be02c960bd8c9eec36c716c64 /Doc
parent7df8b16d28d2418161cef49814b6aca9fb70788d (diff)
downloadcpython-c4eda57345f579947b128e6148ab7f77de44bb88.zip
cpython-c4eda57345f579947b128e6148ab7f77de44bb88.tar.gz
cpython-c4eda57345f579947b128e6148ab7f77de44bb88.tar.bz2
Whitespace fix in asyncio-stream.rst (#110015)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/asyncio-stream.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst
index bbac1c3..d8186b6 100644
--- a/Doc/library/asyncio-stream.rst
+++ b/Doc/library/asyncio-stream.rst
@@ -157,8 +157,8 @@ and work with streams:
.. versionchanged:: 3.10
Removed the *loop* parameter.
- .. versionchanged:: 3.11
- Added the *ssl_shutdown_timeout* parameter.
+ .. versionchanged:: 3.11
+ Added the *ssl_shutdown_timeout* parameter.
.. coroutinefunction:: start_unix_server(client_connected_cb, path=None, \