pep 530: Add a comma
This commit is contained in:
parent
50fb740a06
commit
a73c6dfc9c
|
@ -82,7 +82,7 @@ In principle, asynchronous generator expressions are allowed in
|
|||
any context. However, in Python 3.6, due to ``async`` and ``await``
|
||||
soft-keyword status, asynchronous generator expressions are only
|
||||
allowed in an ``async def`` function. Once ``async`` and ``await``
|
||||
become reserved keywords in Python 3.7 this restriction will be
|
||||
become reserved keywords in Python 3.7, this restriction will be
|
||||
removed.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue