diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-03-03 10:48:56 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-03 10:48:56 -0800 |
commit | ff6a021c25ef9147b8a4c8b3458a085a67959e01 (patch) | |
tree | d7dcf9aa556f0858690bc217c3d93c3c990346b2 | |
parent | bf566847f5a97e6ce391f8fb94185ee756cb94a2 (diff) | |
download | cpython-git-ff6a021c25ef9147b8a4c8b3458a085a67959e01.tar.gz |
Add an attribution to the Green Tree Snakes in the AST docs (GH-24727)
(cherry picked from commit 62e3b6370cf9aa990485d9c7c3ea3f6f150daa47)
Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
-rw-r--r-- | Doc/library/ast.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index 95cb017d14..d13c7ef638 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 <https://greentreesnakes.readthedocs.io/en/latest/>`__ project and + all its contributors. Literals ^^^^^^^^ |