From: Benjamin Peterson Date: Mon, 7 Apr 2014 23:34:33 +0000 (-0400) Subject: fix verb (closes #21174) X-Git-Tag: v3.4.1rc1~121 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=222ef828277f99dc6234f1421bf40724cd9167f8;p=thirdparty%2FPython%2Fcpython.git fix verb (closes #21174) --- diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 329fdd5abb1a..0642a13384dd 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -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.