diff options
author | Fred Drake <fdrake@acm.org> | 2003-07-16 17:58:38 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-07-16 17:58:38 (GMT) |
commit | 853276e16d6dfc214fcb88b53fe07fba21b58120 (patch) | |
tree | 045f2919db1c5af62ae6de197b50d918929563a2 /Doc/lib/libpdb.tex | |
parent | 788617f8f024ac1d8e411b5c19066da0a1e68235 (diff) | |
download | cpython-853276e16d6dfc214fcb88b53fe07fba21b58120.zip cpython-853276e16d6dfc214fcb88b53fe07fba21b58120.tar.gz cpython-853276e16d6dfc214fcb88b53fe07fba21b58120.tar.bz2 |
Lots of markup cleanups to avoid warnings from the GNU info generation;
these make sense even without that processing chain.
Diffstat (limited to 'Doc/lib/libpdb.tex')
-rw-r--r-- | Doc/lib/libpdb.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libpdb.tex b/Doc/lib/libpdb.tex index 0cfbe59..ee08fa2 100644 --- a/Doc/lib/libpdb.tex +++ b/Doc/lib/libpdb.tex @@ -265,7 +265,7 @@ It should be noted that not all jumps are allowed --- for instance it is not possible to jump into the middle of a \keyword{for} loop or out of a \keyword{finally} clause. -\item[l(ist) \optional{\var{first\optional{, last}}}] +\item[l(ist) \optional{\var{first}\optional{, \var{last}}}] List source code for the current file. Without arguments, list 11 lines around the current line or continue the previous listing. With |