summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorTim Peters <tim.peters@gmail.com>2004-08-26 04:50:38 (GMT)
committerTim Peters <tim.peters@gmail.com>2004-08-26 04:50:38 (GMT)
commitcf53355fcf806c5c06bb2273d09f19284a6dc82b (patch)
tree2fb580eacb43733c2a52a1aa7886e830b66af499 /Doc
parenta07bcd46f35e1e7c89cdcce0d1b1850df7097301 (diff)
downloadcpython-cf53355fcf806c5c06bb2273d09f19284a6dc82b.zip
cpython-cf53355fcf806c5c06bb2273d09f19284a6dc82b.tar.gz
cpython-cf53355fcf806c5c06bb2273d09f19284a6dc82b.tar.bz2
Thinko repair.
Diffstat (limited to 'Doc')
-rw-r--r--Doc/lib/libdoctest.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex
index 6d57f22..c28a31e 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).