From b91e934cf1c45353a06eef77eac7cec609406646 Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Thu, 23 Jul 1998 17:59:49 +0000 Subject: Adjusted to use the new module synopsis support macros. --- Doc/lib/libparser.tex | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Doc/lib/libparser.tex') diff --git a/Doc/lib/libparser.tex b/Doc/lib/libparser.tex index 6759a9fc78..cbea16d3a6 100644 --- a/Doc/lib/libparser.tex +++ b/Doc/lib/libparser.tex @@ -10,8 +10,11 @@ % \section{Built-in Module \module{parser}} -\label{module-parser} -\bimodindex{parser} +\declaremodule{builtin}{parser} + +\modulesynopsis{Retrieve and submit parse trees from and to the runtime support +environment.} + \index{parsing!Python source code} The \module{parser} module provides an interface to Python's internal -- cgit v1.2.1