diff options
author | blopblopy <blopblopy@users.noreply.github.com> | 2021-03-25 16:14:22 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-25 16:14:22 (GMT) |
commit | 56816bb845bec7714227735765e1a47c1b8f44e7 (patch) | |
tree | acedf4ff9a293ed4b869c1c7948dd06ee17e2081 /Doc/whatsnew | |
parent | d41bdddbede45890e4effb1bbea6a346ff706695 (diff) | |
download | cpython-56816bb845bec7714227735765e1a47c1b8f44e7.zip cpython-56816bb845bec7714227735765e1a47c1b8f44e7.tar.gz cpython-56816bb845bec7714227735765e1a47c1b8f44e7.tar.bz2 |
"exists" -> "exist" in What's New 3.10 (GH-25019)
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.10.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |