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 e627c79 commit c2c322bCopy full SHA for c2c322b
Doc/library/ast.rst
@@ -1253,7 +1253,7 @@ Function and class definitions
1253
A function definition.
1254
1255
* ``name`` is a raw string of the function name.
1256
- * ``args`` is a :class:`arguments` node.
+ * ``args`` is an :class:`arguments` node.
1257
* ``body`` is the list of nodes inside the function.
1258
* ``decorator_list`` is the list of decorators to be applied, stored outermost
1259
first (i.e. the first in the list will be applied last).
0 commit comments