PEP 654: fix a grammar mistake

This commit is contained in:
Brett Cannon 2021-02-23 11:55:29 -08:00 committed by GitHub
parent cbd46e4448
commit 579038f1d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -666,7 +666,7 @@ Raising New Exceptions
~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~
In the previous examples the explicit raises were of the exceptions that In the previous examples the explicit raises were of the exceptions that
were caught, so for completion we show a new exception being raise, with were caught, so for completion we show a new exception being raised, with
chaining: chaining:
.. code-block:: .. code-block::