From: Fred Drake Date: Fri, 31 Mar 2006 05:28:38 +0000 (+0000) Subject: fix sectioning: cannot skip section levels X-Git-Tag: v2.5a0~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=842ab70ecf079094102eb8063e728ff59d8e816c;p=thirdparty%2FPython%2Fcpython.git fix sectioning: cannot skip section levels --- diff --git a/Doc/lib/libast.tex b/Doc/lib/libast.tex index b3c3148e593f..b2956aeb5ca0 100644 --- a/Doc/lib/libast.tex +++ b/Doc/lib/libast.tex @@ -47,11 +47,11 @@ question mark), the value might be \code{None}. If the attributes 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}