@@ -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}}
788786Simple fractions are also easier for people to understand, and that makes
789787for better documentation.
790788
791- \end {itemize }
792-
793789\subsection {Basic API\label {doctest-basic-api } }
794790
795791The functions \function {testmod()} and \function {testfile()} provide a
0 commit comments