From 842ab70ecf079094102eb8063e728ff59d8e816c Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Fri, 31 Mar 2006 05:28:38 +0000 Subject: [PATCH] fix sectioning: cannot skip section levels --- Doc/lib/libast.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/lib/libast.tex b/Doc/lib/libast.tex index b3c3148e593..b2956aeb5ca 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}