PEP 0654: Fix typo (#1835)

This commit is contained in:
Florian Bruhin 2021-02-23 11:59:28 +01:00 committed by GitHub
parent e7193a3e63
commit 08d3be348f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -833,7 +833,7 @@ Forbidden Combinations
It is not possible to use both traditional ``except`` blocks and the new
``except*`` clauses in the same ``try`` statement. The following is a
``SyntaxErorr``:
``SyntaxError``:
.. code-block::