From cac5e7b81d764f8311228b6847169f864b2257d7 Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sat, 25 Sep 2004 00:11:43 +0000 Subject: [PATCH] Typo. --- Doc/lib/libdoctest.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.50.1