From 295da24eafd9c3bb9326d62a1a2e822059698b2b Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Mon, 10 Aug 1998 19:42:37 +0000 Subject: New section header style. Fix up a few synopses. --- Doc/lib/libparser.tex | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Doc/lib/libparser.tex') diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex index cbea16d3a6..80ad493eea 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} -- cgit v1.2.1