From 60bedc2a88779d0793dc752a66928f0fbea68712 Mon Sep 17 00:00:00 2001 From: Oleg Iarygin Date: Sun, 8 May 2022 18:44:54 +0300 Subject: [PATCH] Fix the `versionadded` for asyncio.StreamWriter.start_tls() (GH-92378) (cherry picked from commit 063e8ab72bf540ffd0e9214df38012be4b7727d8) Co-authored-by: Oleg Iarygin --- Doc/library/asyncio-stream.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index 72355d356f2052..97431d103cf4ba 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()