We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9101b39 commit 6b61d74Copy full SHA for 6b61d74
Doc/library/ast.rst
@@ -1621,7 +1621,7 @@ Function and class definitions
1621
A function definition.
1622
1623
* ``name`` is a raw string of the function name.
1624
- * ``args`` is a :class:`arguments` node.
+ * ``args`` is an :class:`arguments` node.
1625
* ``body`` is the list of nodes inside the function.
1626
* ``decorator_list`` is the list of decorators to be applied, stored outermost
1627
first (i.e. the first in the list will be applied last).
0 commit comments