From: Pablo Galindo Date: Wed, 3 Mar 2021 18:25:41 +0000 (+0000) Subject: Add an attribution to the Green Tree Snakes in the AST docs (GH-24727) X-Git-Tag: v3.10.0a7~206 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=62e3b6370cf9aa990485d9c7c3ea3f6f150daa47;p=thirdparty%2FPython%2Fcpython.git Add an attribution to the Green Tree Snakes in the AST docs (GH-24727) --- diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index aaedfbe1b9c0..b5e1be826911 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -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 `__ project and + all its contributors. Literals ^^^^^^^^