Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Doc/library/ast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,11 @@ Node classes
In the meantime, instantiating them will return an instance of
a different class.

.. note::
The descriptions of the specific node classes displayed here
were initially adapted from the fantastic `Green Tree
Snakes <https://greentreesnakes.readthedocs.io/en/latest/>`__ project and
all its contributors.

Literals
^^^^^^^^
Expand Down