Whitespace fix in asyncio-stream.rst (#110015)

This commit is contained in:
Davide Rizzo 2023-09-28 18:34:35 +02:00 committed by GitHub
parent 7df8b16d28
commit c4eda57345
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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, \