Skip to content

Commit

Permalink
PEP 654: Fixed typo: 'distunction -> distinction' (python#2089)
Browse files Browse the repository at this point in the history
  • Loading branch information
rednafi authored Sep 26, 2021
1 parent 8abbdd1 commit e90b96a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pep-0654.rst
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ The difference between them is that ``ExceptionGroup`` can only wrap
exceptions and selects between ``ExceptionGroup`` and ``BaseExceptionGroup``
makes the choice automatic. In the rest of the document, when we refer to
an exception group, we mean either an ``ExceptionGroup`` or a
``BaseExceptionGroup``. When it is necessary to make the distunction, we
``BaseExceptionGroup``. When it is necessary to make the distinction, we
use the class name. For brevity, we will use ``ExceptionGroup`` in code
examples that are relevant to both.

Expand Down

0 comments on commit e90b96a

Please sign in to comment.