From: Oleg Iarygin Date: Sun, 8 May 2022 15:44:54 +0000 (+0300) Subject: Fix the `versionadded` for asyncio.StreamWriter.start_tls() (#92378) X-Git-Tag: v3.12.0a1~1635 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=063e8ab72bf540ffd0e9214df38012be4b7727d8;p=thirdparty%2FPython%2Fcpython.git Fix the `versionadded` for asyncio.StreamWriter.start_tls() (#92378) --- diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index 72355d356f20..97431d103cf4 100644 --- a/Doc/library/asyncio-stream.rst +++ b/Doc/library/asyncio-stream.rst @@ -311,7 +311,7 @@ StreamWriter handshake to complete before aborting the connection. ``60.0`` seconds if ``None`` (default). - .. versionadded:: 3.8 + .. versionadded:: 3.11 .. method:: is_closing()