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 ece522f commit a6b9aafCopy full SHA for a6b9aaf
1 file changed
Doc/library/ast.rst
@@ -138,7 +138,7 @@ Node classes
138
139
AST node constructors were changed to provide sensible defaults for omitted
140
fields: optional fields now default to ``None``, list fields default to an
141
- empty list, and fields of type :class:`ast.expr_context` default to
+ empty list, and fields of type :class:`!ast.expr_context` default to
142
:class:`Load() <ast.Load>`. Previously, omitted attributes would not exist on constructed
143
nodes (accessing them raised :exc:`AttributeError`).
144
0 commit comments