Merge 3.5

This commit is contained in:
Yury Selivanov 2015-08-01 16:19:49 -04:00
commit 6a014d3494
1 changed files with 1 additions and 1 deletions

View File

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