merge 3.4 (#21174)
This commit is contained in:
commit
fa7e11f8c4
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue