Skip to content

Commit ff6a021

Browse files
Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)
(cherry picked from commit 62e3b63) Co-authored-by: Pablo Galindo <[email protected]>
1 parent bf56684 commit ff6a021

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
@@ -139,6 +139,11 @@ Node classes
139139
In the meantime, instantiating them will return an instance of
140140
a different class.
141141

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

143148
Literals
144149
^^^^^^^^

0 commit comments

Comments
 (0)