mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Fix typo in ast.rst (GH-27449) (GH-27454)
Co-authored-by: HaeckelK <haeckelk.github@gmail.com>
(cherry picked from commit 6b61d74a3b)
Co-authored-by: HaeckelK <51128712+HaeckelK@users.noreply.github.com>
This commit is contained in:
parent
a438b37d9f
commit
1256279047
1 changed files with 1 additions and 1 deletions
|
|
@ -1621,7 +1621,7 @@ Function and class definitions
|
|||
A function definition.
|
||||
|
||||
* ``name`` is a raw string of the function name.
|
||||
* ``args`` is a :class:`arguments` node.
|
||||
* ``args`` is an :class:`arguments` node.
|
||||
* ``body`` is the list of nodes inside the function.
|
||||
* ``decorator_list`` is the list of decorators to be applied, stored outermost
|
||||
first (i.e. the first in the list will be applied last).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue