From 2f1243735ece5f8faa36dc5143aeb2d21e177be1 Mon Sep 17 00:00:00 2001 From: Ezio Melotti Date: Sat, 6 Oct 2012 07:52:39 +0300 Subject: [PATCH] Fix typo. --- pep-0348.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0348.txt b/pep-0348.txt index e7e5d53ad..5deac8a34 100644 --- a/pep-0348.txt +++ b/pep-0348.txt @@ -11,7 +11,7 @@ Post-History: .. |2.x| replace:: 2.5 -.. note:: This PEP as been rejected [#rejected]_. +.. note:: This PEP has been rejected [#rejected]_. Abstract @@ -46,7 +46,7 @@ to be used for flow control for things such as iterators. While their importance is great, there is a lack of structure to them. This stems from the fact that any object can be raised as an exception. Because of this you have no guarantee in terms of what -kind of object will be raised, destroying any possible hierarchy +kind of object will be raised, destroying any possible hierarchy raised objects might adhere to. But exceptions do have a hierarchy, showing the severity of the