From: Tim Peters Date: Tue, 20 Feb 2001 10:57:30 +0000 (+0000) Subject: Added missing \item. See also bug 133213, about damaged HTML generated X-Git-Tag: v2.1b1~266 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0768c822bf9f14dedf726aad97653cd515c7054;p=python Added missing \item. See also bug 133213, about damaged HTML generated for \code(">>>"); don't know how to fix that one. --- diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index d17b6eb322..bc8ad8b5fe 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"}