From: Tim Peters Date: Sat, 25 Sep 2004 00:11:43 +0000 (+0000) Subject: Typo. X-Git-Tag: v2.4b1~192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cac5e7b81d764f8311228b6847169f864b2257d7;p=python Typo. --- diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index 3fb4af1385..63c0418356 100644 --- a/Doc/lib/libdoctest.tex +++ b/Doc/lib/libdoctest.tex @@ -20,7 +20,7 @@ use doctest: \item To perform regression testing by verifying that interactive examples from a test file or a test object work as expected. \item To write tutorial documentation for a package, liberally - illustrated with input-ouput examples. Depending on whether + illustrated with input-output examples. Depending on whether the examples or the expository text are emphasized, this has the flavor of "literate testing" or "executable documentation". \end{itemize}