diff options
author | Tim Peters <tim.peters@gmail.com> | 2001-02-20 10:57:30 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2001-02-20 10:57:30 (GMT) |
commit | f0768c822bf9f14dedf726aad97653cd515c7054 (patch) | |
tree | 0963ff3274183770d0ddc6cb512387e6b573dee3 | |
parent | e79af273e8e7a55554e4d9cd5d512d45776ad68b (diff) | |
download | cpython-f0768c822bf9f14dedf726aad97653cd515c7054.zip cpython-f0768c822bf9f14dedf726aad97653cd515c7054.tar.gz cpython-f0768c822bf9f14dedf726aad97653cd515c7054.tar.bz2 |
Added missing \item. See also bug 133213, about damaged HTML generated
for \code(">>>"); don't know how to fix that one.
-rw-r--r-- | Doc/lib/libdoctest.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index d17b6eb..bc8ad8b 100644 --- a/Doc/lib/libdoctest.tex +++ b/Doc/lib/libdoctest.tex @@ -301,7 +301,7 @@ The fine print: yes \end{verbatim} -The starting column doesn't matter: +\item The starting column doesn't matter: \begin{verbatim} >>> assert "Easy!" @@ -347,6 +347,7 @@ testmod skips it by default. Other approaches are described in in any particular order, so a test like % Hey! What happened to Monty Python examples? +% Tim: ask Guido -- it's his example! \begin{verbatim} >>> foo() {"Hermione": "hippogryph", "Harry": "broomstick"} |