mirror of https://github.com/python/cpython
fix sectioning: cannot skip section levels
This commit is contained in:
parent
46cc702b72
commit
842ab70ecf
|
@ -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}
|
||||
\verbatiminput{../../Parser/Python.asdl}
|
||||
|
|
Loading…
Reference in New Issue