Fix the `versionadded` for asyncio.StreamWriter.start_tls() (#92378)

This commit is contained in:
Oleg Iarygin 2022-05-08 18:44:54 +03:00 committed by GitHub
parent 318c4e91ef
commit 063e8ab72b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View 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()