Skip to content

Commit 8037fb7

Browse files
Fix the versionadded for asyncio.StreamWriter.start_tls() (GH-92378)
(cherry picked from commit 063e8ab) Co-authored-by: Oleg Iarygin <oleg@arhadthedev.net>
1 parent 7c6d649 commit 8037fb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-stream.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ StreamWriter
311311
handshake to complete before aborting the connection. ``60.0`` seconds
312312
if ``None`` (default).
313313

314-
.. versionadded:: 3.8
314+
.. versionadded:: 3.11
315315

316316
.. method:: is_closing()
317317

0 commit comments

Comments
 (0)