diff --git a/Doc/reference/compound_stmts.rst b/Doc/reference/compound_stmts.rst index 71f240f2d0a..01cfd6dbd25 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