From: Benjamin Peterson Date: Mon, 7 Apr 2014 23:34:33 +0000 (-0400) Subject: fix verb (closes #21174) X-Git-Tag: v2.7.7rc1~83 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c0f5063031dcc56fbff55ed18472c5d600dc666b;p=python fix verb (closes #21174) --- diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index e3e6536e90..9943b9a55b 100644 --- a/Doc/library/exceptions.rst +++ b/Doc/library/exceptions.rst @@ -158,9 +158,9 @@ The following exceptions are the exceptions that are actually raised. .. exception:: GeneratorExit - Raise when a :term:`generator`\'s :meth:`close` method is called. It - directly inherits from :exc:`BaseException` instead of :exc:`StandardError` since - it is technically not an error. + Raised when a :term:`generator`\'s :meth:`close` method is called. It + directly inherits from :exc:`BaseException` instead of :exc:`StandardError` + since it is technically not an error. .. versionadded:: 2.5