Commit c0f50630 authored by Benjamin Peterson's avatar Benjamin Peterson

fix verb (closes #21174)

parent eb6a101d
......@@ -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
......
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