mirror of
https://github.com/python/cpython
synced 2026-09-27 03:48:16 +03:00
Merge 3.5
This commit is contained in:
commit
6a014d3494
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue