[Python-checkins] "exists" -> "exist" in What's New 3.10 (GH-25019)

brandtbucher webhook-mailer at python.org
Thu Mar 25 12:14:30 EDT 2021


https://github.com/python/cpython/commit/56816bb845bec7714227735765e1a47c1b8f44e7
commit: 56816bb845bec7714227735765e1a47c1b8f44e7
branch: master
author: blopblopy <blopblopy at users.noreply.github.com>
committer: brandtbucher <brandtbucher at gmail.com>
date: 2021-03-25T09:14:22-07:00
summary:

"exists" -> "exist" in What's New 3.10 (GH-25019)

files:
M Doc/whatsnew/3.10.rst

diff --git a/Doc/whatsnew/3.10.rst b/Doc/whatsnew/3.10.rst
index b6791800fb6c8..30bc35d31cd14 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



More information about the Python-checkins mailing list