From: Davide Rizzo Date: Thu, 28 Sep 2023 16:34:35 +0000 (+0200) Subject: Whitespace fix in asyncio-stream.rst (#110015) X-Git-Tag: v3.13.0a1~250 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4eda57345f579947b128e6148ab7f77de44bb88;p=thirdparty%2FPython%2Fcpython.git Whitespace fix in asyncio-stream.rst (#110015) --- diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index bbac1c32b569..d8186b6ce75c 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, \