Skip to content

Commit 3138d2e

Browse files
committed
doc fix
1 parent 783fb15 commit 3138d2e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -870,6 +870,10 @@ ast
870870
that the root node type is appropriate.
871871
(Contributed by Irit Katriel in :gh:`130139`.)
872872

873+
* Add new ``--feature-version``, ``--optimize``, ``--show-empty`` options to
874+
command-line interface.
875+
(Contributed by Semyon Moroz in :gh:`133367`.)
876+
873877
bdb
874878
---
875879

@@ -1991,10 +1995,6 @@ ast
19911995
Use :attr:`!ast.Constant.value` instead.
19921996
(Contributed by Alex Waygood in :gh:`119562`.)
19931997

1994-
* Added new ``--feature-version``, ``--optimize``, ``--show-empty`` options to
1995-
command-line interface.
1996-
(Contributed by Semyon Moroz in :gh:`133367`.)
1997-
19981998
asyncio
19991999
-------
20002000

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Add ``--feature-version``, ``--optimize``, ``--show-empty`` flags for
1+
Add ``--feature-version``, ``--optimize``, ``--show-empty`` options for
22
:mod:`ast` command-line interface. Patch by Semyon Moroz.

0 commit comments

Comments
 (0)