]> granicus.if.org Git - python/commitdiff
fix verb (closes #21174)
authorBenjamin Peterson <benjamin@python.org>
Mon, 7 Apr 2014 23:34:33 +0000 (19:34 -0400)
committerBenjamin Peterson <benjamin@python.org>
Mon, 7 Apr 2014 23:34:33 +0000 (19:34 -0400)
Doc/library/exceptions.rst

index 329fdd5abb1a46b8a2054225acbb59bfceb59886..0642a13384dde85b9680848d56090d1266823716 100644 (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.