Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2dc8205

Browse files
committed
Since the doctest warnings section was reduced to one bullet point,
get rid of the itemize structure.
1 parent 39c5de0 commit 2dc8205

1 file changed

Lines changed: 6 additions & 10 deletions

File tree

Doc/lib/libdoctest.tex

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -712,14 +712,12 @@ \subsubsection{Option Flags and Directives\label{doctest-options}}
712712

713713
\subsubsection{Warnings\label{doctest-warnings}}
714714

715-
\begin{itemize}
716-
717-
\item \module{doctest} is serious about requiring exact matches in expected
718-
output. If even a single character doesn't match, the test fails. This
719-
will probably surprise you a few times, as you learn exactly what Python
720-
does and doesn't guarantee about output. For example, when printing a
721-
dict, Python doesn't guarantee that the key-value pairs will be printed
722-
in any particular order, so a test like
715+
\module{doctest} is serious about requiring exact matches in expected
716+
output. If even a single character doesn't match, the test fails. This
717+
will probably surprise you a few times, as you learn exactly what Python
718+
does and doesn't guarantee about output. For example, when printing a
719+
dict, Python doesn't guarantee that the key-value pairs will be printed
720+
in any particular order, so a test like
723721

724722
% Hey! What happened to Monty Python examples?
725723
% Tim: ask Guido -- it's his example!
@@ -788,8 +786,6 @@ \subsubsection{Warnings\label{doctest-warnings}}
788786
Simple fractions are also easier for people to understand, and that makes
789787
for better documentation.
790788

791-
\end{itemize}
792-
793789
\subsection{Basic API\label{doctest-basic-api}}
794790

795791
The functions \function{testmod()} and \function{testfile()} provide a

0 commit comments

Comments
 (0)