summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-08-01 16:19:49 -0400
committerYury Selivanov <yselivanov@sprymix.com>2015-08-01 16:19:49 -0400
commit6a014d349464ef376068eacdc15b32b813ffa557 (patch)
tree2d7febb34149f8e55455a766765208352398f7f6
parenta286a51ae1a94cd85f7aee0bb55e44a363761325 (diff)
parent75b5ab5770ea0604b50ab21852749dba199e4fab (diff)
downloadcpython-git-6a014d349464ef376068eacdc15b32b813ffa557.tar.gz
Merge 3.5
-rw-r--r--Doc/reference/compound_stmts.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst
index 71f240f2d0..01cfd6dbd2 100644
--- a/Doc/reference/compound_stmts.rst
+++ b/Doc/reference/compound_stmts.rst
@@ -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