This commit is contained in:
Benjamin Peterson 2014-04-07 19:35:36 -04:00
commit fa7e11f8c4
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.