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 6557af6 commit d38dfa8Copy full SHA for d38dfa8
Doc/library/ast.rst
@@ -2033,8 +2033,7 @@ Function and class definitions
2033
* ``name`` is a raw string for the class name
2034
* ``bases`` is a list of nodes for explicitly specified base classes.
2035
* ``keywords`` is a list of :class:`.keyword` nodes, principally for 'metaclass'.
2036
- Other keywords will be passed to the metaclass, as per `PEP-3115
2037
- <https://peps.python.org/pep-3115/>`_.
+ Other keywords will be passed to the metaclass, as per :pep:`3115`.
2038
* ``body`` is a list of nodes representing the code within the class
2039
definition.
2040
* ``decorator_list`` is a list of nodes, as in :class:`FunctionDef`.
0 commit comments