commit | 8509db5a21abc43086a0b9f6727a89f25ac7d2eb | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Tue Jun 10 07:45:28 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Tue Jun 10 07:45:28 2008 +0000 |
tree | adce5bbb0264cb1c5ca6ac5f120c503b708ff32b | |
parent | df7036d2fac9cb6b6f79bed2b2e0fbe9166f2e5f [diff] [blame] |
Add the "ast" module, containing helpers to ease use of the "_ast" classes.
diff --git a/Doc/library/language.rst b/Doc/library/language.rst index 7d6af7d..bcf9ac0 100644 --- a/Doc/library/language.rst +++ b/Doc/library/language.rst
@@ -15,7 +15,7 @@ .. toctree:: parser.rst - _ast.rst + ast.rst symbol.rst token.rst keyword.rst