8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0389883 commit b4d31e6Copy full SHA for b4d31e6
Doc/library/ast.rst
@@ -121,7 +121,7 @@ Node classes
121
If a field that is optional in the grammar is omitted from the constructor,
122
it defaults to ``None``. If a list field is omitted, it defaults to the empty
123
list. If a field of type :class:`!ast.expr_context` is omitted, it defaults to
124
- :class:`Load() <ast.load>`. If any other field is omitted, a :exc:`DeprecationWarning` is raised
+ :class:`Load() <ast.Load>`. If any other field is omitted, a :exc:`DeprecationWarning` is raised
125
and the AST node will not have this field. In Python 3.15, this condition will
126
raise an error.
127
0 commit comments