mirror of https://github.com/python/cpython
Merge 3.5
This commit is contained in:
commit
6a014d3494
|
@ -675,7 +675,7 @@ Coroutine function definition
|
|||
-----------------------------
|
||||
|
||||
.. productionlist::
|
||||
async_funcdef: "async" `funcdef`
|
||||
async_funcdef: [`decorators`] "async" "def" `funcname` "(" [`parameter_list`] ")" ["->" `expression`] ":" `suite`
|
||||
|
||||
.. index::
|
||||
keyword: async
|
||||
|
|
Loading…
Reference in New Issue