Skip to content

Commit ece522f

Browse files
committed
Removed the redundant whitespace
1 parent e9a1d23 commit ece522f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Doc/library/ast.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,12 @@ Node classes
118118
node = ast.UnaryOp(ast.USub(), ast.Constant(5, lineno=0, col_offset=0),
119119
lineno=0, col_offset=0)
120120

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
125-
and the AST node will not have this field. In Python 3.15, this condition will
126-
raise an error.
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
125+
and the AST node will not have this field. In Python 3.15, this condition will
126+
raise an error.
127127

128128
.. versionchanged:: 3.8
129129

0 commit comments

Comments
 (0)