]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
Update v6.2.0.rst 3212/head
authorMichael Ramsey <mike@hackerdise.me>
Sat, 24 Dec 2022 18:44:28 +0000 (13:44 -0500)
committerGitHub <noreply@github.com>
Sat, 24 Dec 2022 18:44:28 +0000 (13:44 -0500)
fix typo

docs/releases/v6.2.0.rst

index 7ad56d14f63b8ba58aa5be9cbf1885225c4743cc..08712eca31f1d805a8e63f8bd4b1d3fe2099fbef 100644 (file)
@@ -40,7 +40,7 @@ General changes
 - The minimum supported Python version is now 3.7.
 - Wheels are now published with the Python stable ABI (``abi3``) for
   compatibility across versions of Python.
-- SSL certificate verfication and hostname checks are now enabled by default in
+- SSL certificate verification and hostname checks are now enabled by default in
   more places (primarily in client-side usage of `.SSLIOStream`).
 - Various improvements to type hints throughout the package.
 - CI has moved from Travis and Appveyor to Github Actions.