diff options
author | Fred Drake <fdrake@acm.org> | 1998-08-10 19:42:37 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-08-10 19:42:37 (GMT) |
commit | 295da24eafd9c3bb9326d62a1a2e822059698b2b (patch) | |
tree | 4c2db5606fae7ebe7ad991295426a82c11c1d2f6 /Doc/lib/libparser.tex | |
parent | 62e436955b51c47ee9a84077a448ae3d7b2a59ce (diff) | |
download | cpython-295da24eafd9c3bb9326d62a1a2e822059698b2b.zip cpython-295da24eafd9c3bb9326d62a1a2e822059698b2b.tar.gz cpython-295da24eafd9c3bb9326d62a1a2e822059698b2b.tar.bz2 |
New section header style.
Fix up a few synopses.
Diffstat (limited to 'Doc/lib/libparser.tex')
-rw-r--r-- | Doc/lib/libparser.tex | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex index cbea16d..80ad493 100644 --- a/Doc/lib/libparser.tex +++ b/Doc/lib/libparser.tex @@ -9,11 +9,13 @@ % in any way. % -\section{Built-in Module \module{parser}} +\section{\module{parser} --- + Access parse trees of Python code.} \declaremodule{builtin}{parser} +\moduleauthor{Fred L. Drake, Jr.}{fdrake@acm.org} +\sectionauthor{Fred L. Drake, Jr.}{fdrake@acm.org} -\modulesynopsis{Retrieve and submit parse trees from and to the runtime support -environment.} +\modulesynopsis{Access parse trees of Python source code.} \index{parsing!Python source code} |