Thinko repair.

This commit is contained in:
Tim Peters 2004-08-26 04:50:38 +00:00
parent a07bcd46f3
commit cf53355fcf

View file

@ -315,7 +315,7 @@ Some details you should read once, but won't need to remember:
\subsection{Option Flags and Directives\label{doctest-options}}
A number of option flags control various aspects of doctest's comparison
A number of option flags control various aspects of doctest's
behavior. Symbolic names for the flags are supplied as module constants,
which can be or'ed together and passed to various functions. The names
can also be used in doctest directives (see below).