From 222ef828277f99dc6234f1421bf40724cd9167f8 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 7 Apr 2014 19:34:33 -0400 Subject: fix verb (closes #21174) --- Doc/library/exceptions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/exceptions.rst b/Doc/library/exceptions.rst index 329fdd5..0642a13 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. -- cgit v0.12