diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-09-25 00:11:43 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-09-25 00:11:43 (GMT) |
commit | cac5e7b81d764f8311228b6847169f864b2257d7 (patch) | |
tree | 0875ac34ba53b68ba6c2579a68ad5a5007cf6b1f /Doc | |
parent | 7a082142d8f26be420bb302dd2b3624ee543c06e (diff) | |
download | cpython-cac5e7b81d764f8311228b6847169f864b2257d7.zip cpython-cac5e7b81d764f8311228b6847169f864b2257d7.tar.gz cpython-cac5e7b81d764f8311228b6847169f864b2257d7.tar.bz2 |
Typo.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libdoctest.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libdoctest.tex b/Doc/lib/libdoctest.tex index 3fb4af1..63c0418 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} |