diff options
author | Davide Rizzo <sorcio@gmail.com> | 2023-09-28 16:34:35 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-28 16:34:35 (GMT) |
commit | c4eda57345f579947b128e6148ab7f77de44bb88 (patch) | |
tree | c01aedef97a9210be02c960bd8c9eec36c716c64 /Doc | |
parent | 7df8b16d28d2418161cef49814b6aca9fb70788d (diff) | |
download | cpython-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.rst | 4 |
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, \ |