Fix typos in multiple .rst files (#1668)

This commit is contained in:
delirious-lettuce 2017-05-19 14:37:57 -06:00 committed by Serhiy Storchaka
parent a632d00a1c
commit 3378b2062c
18 changed files with 31 additions and 31 deletions

View file

@ -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