From: blopblopy Date: Thu, 25 Mar 2021 16:14:22 +0000 (+0200) Subject: "exists" -> "exist" in What's New 3.10 (GH-25019) X-Git-Tag: v3.10.0a7~83 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=56816bb845bec7714227735765e1a47c1b8f44e7;p=thirdparty%2FPython%2Fcpython.git "exists" -> "exist" in What's New 3.10 (GH-25019) --- diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index b6791800fb6c..30bc35d31cd1 100644 --- a/Doc/whatsnew/3.10.rst +++ b/Doc/whatsnew/3.10.rst @@ -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