]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 3 Mar 2021 18:25:41 +0000 (18:25 +0000)
committerGitHub <noreply@github.com>
Wed, 3 Mar 2021 18:25:41 +0000 (18:25 +0000)
Doc/library/ast.rst

index aaedfbe1b9c013440e676543053f8d620a46ae11..b5e1be826911575b2a89c7c0b48a62714d340ea7 100644 (file)
@@ -140,6 +140,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
 ^^^^^^^^