From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 3 Mar 2021 18:48:56 +0000 (-0800) Subject: Add an attribution to the Green Tree Snakes in the AST docs (GH-24727) X-Git-Tag: v3.9.3~63 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff6a021c25ef9147b8a4c8b3458a085a67959e01;p=thirdparty%2FPython%2Fcpython.git Add an attribution to the Green Tree Snakes in the AST docs (GH-24727) (cherry picked from commit 62e3b6370cf9aa990485d9c7c3ea3f6f150daa47) Co-authored-by: Pablo Galindo --- diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index 95cb017d145c..d13c7ef63850 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -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 `__ project and + all its contributors. Literals ^^^^^^^^