]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
"exists" -> "exist" in What's New 3.10 (GH-25019)
authorblopblopy <blopblopy@users.noreply.github.com>
Thu, 25 Mar 2021 16:14:22 +0000 (18:14 +0200)
committerGitHub <noreply@github.com>
Thu, 25 Mar 2021 16:14:22 +0000 (09:14 -0700)
Doc/whatsnew/3.10.rst

index b6791800fb6c821fee6cf012eed37e75d68f2c05..30bc35d31cd1423b5eb7f951a26779926c700bf2 100644 (file)
@@ -215,7 +215,7 @@ operates by:
        match
     5. If an exact match is not confirmed, the last case, a wildcard ``_``,
        if provided, will be used as the matching case. If an exact match is
-       not confirmed and a wildcard case does not exists, the entire match
+       not confirmed and a wildcard case does not exist, the entire match
        block is a no-op.
 
 Declarative approach