diff options
author | Yury Selivanov <yselivanov@sprymix.com> | 2015-08-01 16:19:49 -0400 |
---|---|---|
committer | Yury Selivanov <yselivanov@sprymix.com> | 2015-08-01 16:19:49 -0400 |
commit | 6a014d349464ef376068eacdc15b32b813ffa557 (patch) | |
tree | 2d7febb34149f8e55455a766765208352398f7f6 | |
parent | a286a51ae1a94cd85f7aee0bb55e44a363761325 (diff) | |
parent | 75b5ab5770ea0604b50ab21852749dba199e4fab (diff) | |
download | cpython-git-6a014d349464ef376068eacdc15b32b813ffa557.tar.gz |
Merge 3.5
-rw-r--r-- | Doc/reference/compound_stmts.rst | 2 |
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 |