Fix typo.
This commit is contained in:
parent
44fa1d5fe1
commit
2f1243735e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue