commit | f9cfb173cded50ac6cd0fdff3d10c6692063920e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Jun 28 18:01:59 1998 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Jun 28 18:01:59 1998 +0000 |
tree | 142412e28f0ab5998aeada43882560e6e11600e3 | |
parent | a40d643cdcfc4d02edd508ee291deb8d6f4a6774 [diff] [blame] |
Now cmd is documented too.
diff --git a/Doc/lib/libmisc.tex b/Doc/lib/libmisc.tex index 24881a8..306c43c 100644 --- a/Doc/lib/libmisc.tex +++ b/Doc/lib/libmisc.tex
@@ -25,4 +25,8 @@ --- Perl-like iteration over lines from multiple input streams, with ``save in place'' capability. +\item[cmd] +--- Build line-oriented command interpreters; this is used by module +\module{pdb}. + \end{description}