diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-08-26 04:52:46 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-08-26 04:52:46 (GMT) |
commit | f33683fd40f505e850f28a5b62d9b4208f7bb0c7 (patch) | |
tree | fca0d9447eb83878b29026fd34daf5d86e9d19e9 /Doc | |
parent | cf53355fcf806c5c06bb2273d09f19284a6dc82b (diff) | |
download | cpython-f33683fd40f505e850f28a5b62d9b4208f7bb0c7.zip cpython-f33683fd40f505e850f28a5b62d9b4208f7bb0c7.tar.gz cpython-f33683fd40f505e850f28a5b62d9b4208f7bb0c7.tar.bz2 |
Fine tune a word.
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 c28a31e..eedb44d 100644 --- a/Doc/lib/libdoctest.tex +++ b/Doc/lib/libdoctest.tex @@ -365,7 +365,7 @@ example's expected output: is prone to in regular expressions. \end{datadesc} -The second group of options controls how test failures are displayed: +The second group of options controls how test failures are reported: \begin{datadesc}{REPORT_UDIFF} When specified, failures that involve multi-line expected and |