From 579038f1d93f44dd5e8b5110d1546554d75621de Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 23 Feb 2021 11:55:29 -0800 Subject: [PATCH] PEP 654: fix a grammar mistake --- pep-0654.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::