Fix typo.

This commit is contained in:
Ezio Melotti 2012-10-06 07:52:39 +03:00
parent 44fa1d5fe1
commit 2f1243735e
1 changed files with 2 additions and 2 deletions

View File

@ -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