From 75b5ab5770ea0604b50ab21852749dba199e4fab Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Sat, 1 Aug 2015 16:19:36 -0400 Subject: docs: Fix productionlist for async def functions --- Doc/reference/compound_stmts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v0.12