summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYury Selivanov <yselivanov@sprymix.com>2015-08-01 20:19:49 (GMT)
committerYury Selivanov <yselivanov@sprymix.com>2015-08-01 20:19:49 (GMT)
commit6a014d349464ef376068eacdc15b32b813ffa557 (patch)
tree2d7febb34149f8e55455a766765208352398f7f6
parenta286a51ae1a94cd85f7aee0bb55e44a363761325 (diff)
parent75b5ab5770ea0604b50ab21852749dba199e4fab (diff)
downloadcpython-6a014d349464ef376068eacdc15b32b813ffa557.zip
cpython-6a014d349464ef376068eacdc15b32b813ffa557.tar.gz
cpython-6a014d349464ef376068eacdc15b32b813ffa557.tar.bz2
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 71f240f..01cfd6d 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