Skip to content

Commit 063e8ab

Browse files
authored
Fix the versionadded for asyncio.StreamWriter.start_tls() (#92378)
1 parent 318c4e9 commit 063e8ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/asyncio-stream.rst

+1-1
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)