[Python-checkins] r43468 - python/trunk/Doc/lib/libast.tex
fred.drake
python-checkins at python.org
Fri Mar 31 07:28:39 CEST 2006
Author: fred.drake
Date: Fri Mar 31 07:28:38 2006
New Revision: 43468
Modified:
python/trunk/Doc/lib/libast.tex
Log:
fix sectioning: cannot skip section levels
Modified: python/trunk/Doc/lib/libast.tex
==============================================================================
--- python/trunk/Doc/lib/libast.tex (original)
+++ python/trunk/Doc/lib/libast.tex Fri Mar 31 07:28:38 2006
@@ -47,11 +47,11 @@
can have zero-or-more values (marked with an asterisk), the
values are represented as Python lists.
-\subsection{Abstract Grammar}
+\section{Abstract Grammar}
The module defines a string constant \code{__version__} which
is the decimal subversion revision number of the file shown below.
The abstract grammar is currently defined as follows:
-\verbatiminput{../../Parser/Python.asdl}
\ No newline at end of file
+\verbatiminput{../../Parser/Python.asdl}
More information about the Python-checkins
mailing list