Skip to content

Commit 9306d58

Browse files
isidenticalvstinner
andcommitted
node => node class
Co-Authored-By: Victor Stinner <vstinner@python.org>
1 parent a791873 commit 9306d58

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/whatsnew/3.9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -554,7 +554,7 @@ Removed
554554
defining ``COUNT_ALLOCS`` macro.
555555
(Contributed by Victor Stinner in :issue:`39489`.)
556556

557-
* The ``Suite`` node from :mod:`ast` has been removed due to no longer being needed.
557+
* The ``ast.Suite`` node class has been removed due to no longer being needed.
558558
(Contributed by Batuhan Taskaya in :issue:`39639`.)
559559

560560

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Remove the ``Suite`` node from the :mod:`ast` module as it's no longer used. Patch by Batuhan Taskaya.
1+
Remove ``ast.Suite`` node class because it's no longer used. Patch by Batuhan Taskaya.

0 commit comments

Comments
 (0)