Skip to content

Commit 8a04be1

Browse files
committed
Tidy run-on sentence
1 parent 2d39992 commit 8a04be1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Doc/library/ast.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,9 @@ Node classes
143143

144144
Previous versions of Python provided the AST classes :class:`!ast.Num`,
145145
:class:`!ast.Str`, :class:`!ast.Bytes`, :class:`!ast.NameConstant` and
146-
:class:`!ast.Ellipsis`, which were deprecated in Python 3.8 and removed in
147-
Python 3.14, and which have been replaced with :class:`ast.Constant`.
146+
:class:`!ast.Ellipsis`, which were deprecated in Python 3.8. These classes
147+
were removed in Python 3.14, and their functionality has been replaced with
148+
:class:`ast.Constant`.
148149

149150
.. deprecated:: 3.9
150151

0 commit comments

Comments
 (0)