File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -585,7 +585,7 @@ Expressions
585
585
:class: `Name ` or :class: `Attribute ` object. Of the arguments:
586
586
587
587
* ``args `` holds a list of the arguments passed by position.
588
- * ``keywords `` holds a list of :class: `keyword ` objects representing
588
+ * ``keywords `` holds a list of :class: `. keyword ` objects representing
589
589
arguments passed by keyword.
590
590
591
591
When creating a ``Call `` node, ``args `` and ``keywords `` are required, but
@@ -2024,7 +2024,7 @@ Function and class definitions
2024
2024
2025
2025
* ``name `` is a raw string for the class name
2026
2026
* ``bases `` is a list of nodes for explicitly specified base classes.
2027
- * ``keywords `` is a list of :class: `keyword ` nodes, principally for 'metaclass'.
2027
+ * ``keywords `` is a list of :class: `. keyword ` nodes, principally for 'metaclass'.
2028
2028
Other keywords will be passed to the metaclass, as per `PEP-3115
2029
2029
<https://peps.python.org/pep-3115/> `_.
2030
2030
* ``body `` is a list of nodes representing the code within the class
You can’t perform that action at this time.
0 commit comments