Commit 222ef828 authored by Benjamin Peterson's avatar Benjamin Peterson

fix verb (closes #21174)

parent 1fd03a4a
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment