mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Fix typos in multiple .rst
files (#1668)
This commit is contained in:
parent
a632d00a1c
commit
3378b2062c
18 changed files with 31 additions and 31 deletions
|
@ -636,7 +636,7 @@ which are used to control the execution of a generator function.
|
|||
without yielding another value, an :exc:`StopAsyncIteration` exception is
|
||||
raised by the awaitable.
|
||||
If the generator function does not catch the passed-in exception, or
|
||||
raises a different exception, then when the awaitalbe is run that exception
|
||||
raises a different exception, then when the awaitable is run that exception
|
||||
propagates to the caller of the awaitable.
|
||||
|
||||
.. index:: exception: GeneratorExit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue