Skip to content

Commit 62e3b63

Browse files
authored
Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)
1 parent 44e580f commit 62e3b63

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Doc/library/ast.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,11 @@ Node classes
140140
In the meantime, instantiating them will return an instance of
141141
a different class.
142142

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

144149
Literals
145150
^^^^^^^^

0 commit comments

Comments
 (0)