Skip to content

Commit 6b61d74

Browse files
HaeckelKHaeckelK
andauthored
Fix typo in ast.rst (pythonGH-27449)
Co-authored-by: HaeckelK <[email protected]>
1 parent 9101b39 commit 6b61d74

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
@@ -1621,7 +1621,7 @@ Function and class definitions
16211621
A function definition.
16221622

16231623
* ``name`` is a raw string of the function name.
1624-
* ``args`` is a :class:`arguments` node.
1624+
* ``args`` is an :class:`arguments` node.
16251625
* ``body`` is the list of nodes inside the function.
16261626
* ``decorator_list`` is the list of decorators to be applied, stored outermost
16271627
first (i.e. the first in the list will be applied last).

0 commit comments

Comments
 (0)