We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44e580f commit 62e3b63Copy full SHA for 62e3b63
Doc/library/ast.rst
@@ -140,6 +140,11 @@ Node classes
140
In the meantime, instantiating them will return an instance of
141
a different class.
142
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.
148
149
Literals
150
^^^^^^^^
0 commit comments