From 4ca905e7ff52755cab1e818803b450780996bb6e Mon Sep 17 00:00:00 2001 From: Irit Katriel Date: Mon, 22 Feb 2021 15:23:10 +0000 Subject: [PATCH] PEP 654: "This PEP" --> " this document" (#1831) --- pep-0654.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pep-0654.rst b/pep-0654.rst index 70b0c785f..62637f17b 100644 --- a/pep-0654.rst +++ b/pep-0654.rst @@ -11,7 +11,7 @@ Post-History: Abstract ======== -This PEP proposes language extensions that allow programs to raise and handle +This document proposes language extensions that allow programs to raise and handle multiple unrelated exceptions simultaneously: * A new standard exception type, the ``ExceptionGroup``, which represents a