diff --git a/pep-0654.rst b/pep-0654.rst index 5cf645b99..1c64e3737 100644 --- a/pep-0654.rst +++ b/pep-0654.rst @@ -666,7 +666,7 @@ Raising New Exceptions ~~~~~~~~~~~~~~~~~~~~~~ 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: .. code-block::