Skip to content

Commit c2c322b

Browse files
miss-islingtonHaeckelK
andauthored
Fix typo in ast.rst (GH-27449) (GH-27455)
Co-authored-by: HaeckelK <[email protected]> (cherry picked from commit 6b61d74)
1 parent e627c79 commit c2c322b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/ast.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ Function and class definitions
12531253
A function definition.
12541254

12551255
* ``name`` is a raw string of the function name.
1256-
* ``args`` is a :class:`arguments` node.
1256+
* ``args`` is an :class:`arguments` node.
12571257
* ``body`` is the list of nodes inside the function.
12581258
* ``decorator_list`` is the list of decorators to be applied, stored outermost
12591259
first (i.e. the first in the list will be applied last).

0 commit comments

Comments
 (0)