diff options
author | Fred Drake <fdrake@acm.org> | 2006-03-31 05:28:38 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2006-03-31 05:28:38 +0000 |
commit | 842ab70ecf079094102eb8063e728ff59d8e816c (patch) | |
tree | 3c50c49472d0f11096f2096346c768ed8f6d4a21 | |
parent | 46cc702b722f6113114f3f4f86aed87ad0c24125 (diff) | |
download | cpython-git-842ab70ecf079094102eb8063e728ff59d8e816c.tar.gz |
fix sectioning: cannot skip section levels
-rw-r--r-- | Doc/lib/libast.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/lib/libast.tex b/Doc/lib/libast.tex index b3c3148e59..b2956aeb5c 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} |