From: Tim Peters Date: Thu, 26 Aug 2004 04:50:38 +0000 (+0000) Subject: Thinko repair. X-Git-Tag: v2.4a3~100 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cf53355fcf806c5c06bb2273d09f19284a6dc82b;p=thirdparty%2FPython%2Fcpython.git Thinko repair. --- diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index 6d57f224543d..c28a31e04315 100644 --- a/Doc/lib/libdoctest.tex +++ b/Doc/lib/libdoctest.tex @@ -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).