From 56816bb845bec7714227735765e1a47c1b8f44e7 Mon Sep 17 00:00:00 2001 From: blopblopy Date: Thu, 25 Mar 2021 18:14:22 +0200 Subject: "exists" -> "exist" in What's New 3.10 (GH-25019) --- Doc/whatsnew/3.10.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst index b679180..30bc35d 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 -- cgit v0.12