From c4eda57345f579947b128e6148ab7f77de44bb88 Mon Sep 17 00:00:00 2001 From: Davide Rizzo Date: Thu, 28 Sep 2023 18:34:35 +0200 Subject: Whitespace fix in asyncio-stream.rst (#110015) --- Doc/library/asyncio-stream.rst | 4 ++-- 1 file 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, \ -- cgit v0.12