fix verb (closes #21174)

This commit is contained in:
Benjamin Peterson 2014-04-07 19:34:33 -04:00
parent 1fd03a4a22
commit 222ef82827
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ The following exceptions are the exceptions that are usually raised.
.. exception:: GeneratorExit
Raise when a :term:`generator`\'s :meth:`close` method is called. It
Raised when a :term:`generator`\'s :meth:`close` method is called. It
directly inherits from :exc:`BaseException` instead of :exc:`Exception` since
it is technically not an error.