summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcmd.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-10 17:03:45 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-10 17:03:45 (GMT)
commitf8ca7d88c6c6ab1497cb7a6d383b16085a836670 (patch)
treef777220d74fedf57da54df60e8f1b2c90f214938 /Doc/lib/libcmd.tex
parent2d34cd3ecfd3699d98086518bf4b47f851aa9363 (diff)
downloadcpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.zip
cpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.tar.gz
cpython-f8ca7d88c6c6ab1497cb7a6d383b16085a836670.tar.bz2
Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.
Diffstat (limited to 'Doc/lib/libcmd.tex')
-rw-r--r--Doc/lib/libcmd.tex7
1 files changed, 3 insertions, 4 deletions
diff --git a/Doc/lib/libcmd.tex b/Doc/lib/libcmd.tex
index 83e5ff8..37e08a2 100644
--- a/Doc/lib/libcmd.tex
+++ b/Doc/lib/libcmd.tex
@@ -1,10 +1,9 @@
\section{\module{cmd} ---
- Build line-oriented command interpreters.}
+ Support for line-oriented command interpreters}
+
\declaremodule{standard}{cmd}
\sectionauthor{Eric S. Raymond}{esr@snark.thyrsus.com}
-
-\modulesynopsis{Build line-oriented command interpreters; this is used
-by module \module{pdb}.}
+\modulesynopsis{Build line-oriented command interpreters.}
The \class{Cmd} class provides a simple framework for writing