]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix the `versionadded` for asyncio.StreamWriter.start_tls() (#92378)
authorOleg Iarygin <oleg@arhadthedev.net>
Sun, 8 May 2022 15:44:54 +0000 (18:44 +0300)
committerGitHub <noreply@github.com>
Sun, 8 May 2022 15:44:54 +0000 (08:44 -0700)
Doc/library/asyncio-stream.rst

index 72355d356f20520201ebdb470afa2c9c3879e84d..97431d103cf4baebf4b5a4a9f6a8cd3eb93c313c 100644 (file)
@@ -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()