summaryrefslogtreecommitdiffstats
path: root/Doc/library/ast.rst
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2011-01-10 19:54:11 (GMT)
committerRaymond Hettinger <python@rcn.com>2011-01-10 19:54:11 (GMT)
commit4f707fd3165dad9cdf0307b610593a32bfcd456e (patch)
tree684fff97ff4e77a9b04a51c8ded1b4d0f4cb36ed /Doc/library/ast.rst
parent04da1e013a6ad54b417d52b6c5e1312b18a67ae9 (diff)
downloadcpython-4f707fd3165dad9cdf0307b610593a32bfcd456e.zip
cpython-4f707fd3165dad9cdf0307b610593a32bfcd456e.tar.gz
cpython-4f707fd3165dad9cdf0307b610593a32bfcd456e.tar.bz2
Separate source link from main text.
Diffstat (limited to 'Doc/library/ast.rst')
-rw-r--r--Doc/library/ast.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst
index b5e08cb..ca8af56 100644
--- a/Doc/library/ast.rst
+++ b/Doc/library/ast.rst
@@ -9,6 +9,8 @@
**Source code:** :source:`Lib/ast.py`
+--------------
+
The :mod:`ast` module helps Python applications to process trees of the Python
abstract syntax grammar. The abstract syntax itself might change with each
Python release; this module helps to find out programmatically what the current