Commit 75b5ab57 authored by Yury Selivanov's avatar Yury Selivanov

docs: Fix productionlist for async def functions

parent 26f66767
...@@ -675,7 +675,7 @@ Coroutine function definition ...@@ -675,7 +675,7 @@ Coroutine function definition
----------------------------- -----------------------------
.. productionlist:: .. productionlist::
async_funcdef: "async" `funcdef` async_funcdef: [`decorators`] "async" "def" `funcname` "(" [`parameter_list`] ")" ["->" `expression`] ":" `suite`
.. index:: .. index::
keyword: async keyword: async
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment