Commit 6005fb8b authored by Benjamin Peterson's avatar Benjamin Peterson

fix verb (closes #21174)

parent 444cfe14
...@@ -158,9 +158,9 @@ The following exceptions are the exceptions that are actually raised. ...@@ -158,9 +158,9 @@ The following exceptions are the exceptions that are actually raised.
.. exception:: GeneratorExit .. 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:`StandardError` since directly inherits from :exc:`BaseException` instead of :exc:`StandardError`
it is technically not an error. since it is technically not an error.
.. versionadded:: 2.5 .. 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