]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Whitespace fix in asyncio-stream.rst (#110015)
authorDavide Rizzo <sorcio@gmail.com>
Thu, 28 Sep 2023 16:34:35 +0000 (18:34 +0200)
committerGitHub <noreply@github.com>
Thu, 28 Sep 2023 16:34:35 +0000 (09:34 -0700)
Doc/library/asyncio-stream.rst

index bbac1c32b5695f327079518059e9ef2803d36231..d8186b6ce75c7980d2b9ae5e89e8819a1c7bd0c4 100644 (file)
@@ -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, \