PEP 0654: Fix typo (#1835)
This commit is contained in:
parent
e7193a3e63
commit
08d3be348f
|
@ -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::
|
||||
|
||||
|
|
Loading…
Reference in New Issue