mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.
This commit is contained in:
parent
2d34cd3ecf
commit
f8ca7d88c6
16 changed files with 40 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue