commit | 75b5ab5770ea0604b50ab21852749dba199e4fab | [log] [tgz] |
---|---|---|
author | Yury Selivanov <yselivanov@sprymix.com> | Sat Aug 01 16:19:36 2015 -0400 |
committer | Yury Selivanov <yselivanov@sprymix.com> | Sat Aug 01 16:19:36 2015 -0400 |
tree | 5cb4cdf1fd87bd4e3913f12481892d08650601c1 | |
parent | 26f667676f6ea44c8d3e5a41f345acfaeca30bc2 [diff] |
docs: Fix productionlist for async def functions
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 @@ ----------------------------- .. productionlist:: - async_funcdef: "async" `funcdef` + async_funcdef: [`decorators`] "async" "def" `funcname` "(" [`parameter_list`] ")" ["->" `expression`] ":" `suite` .. index:: keyword: async