summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libunittest.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-07-14 02:50:55 (GMT)
committerFred Drake <fdrake@acm.org>2001-07-14 02:50:55 (GMT)
commit8ee679f0ce8b14a5ff9de397280b63db6e142d6d (patch)
treede085aaf3491ea3570b28a80fec8e2f6e6a70194 /Doc/lib/libunittest.tex
parent4124a0b343dcac70bbdc853d190e269a0d19e830 (diff)
downloadcpython-8ee679f0ce8b14a5ff9de397280b63db6e142d6d.zip
cpython-8ee679f0ce8b14a5ff9de397280b63db6e142d6d.tar.gz
cpython-8ee679f0ce8b14a5ff9de397280b63db6e142d6d.tar.bz2
Minor changes to match the style guide.
Diffstat (limited to 'Doc/lib/libunittest.tex')
-rw-r--r--Doc/lib/libunittest.tex6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex
index 186ff78..929dbf5 100644
--- a/Doc/lib/libunittest.tex
+++ b/Doc/lib/libunittest.tex
@@ -627,7 +627,7 @@ be of interest when inspecting the results of running a set of tests:
The following methods of the \class{TestResult} class are used to
maintain the internal data structures, and mmay be extended in
subclasses to support additional reporting requirements. This is
-particularly useful in building GUI tools which support interactive
+particularly useful in building tools which support interactive
reporting while tests are being run.
\begin{methoddesc}[TestResult]{startTest}{test}
@@ -667,8 +667,8 @@ One additional method is available for \class{TestResult} objects:
\class{TestRunner} object return to its caller without running any
additional tests. This is used by the \class{TextTestRunner} class
to stop the test framework when the user signals an interrupt from
- the keyboard. GUI tools which provide runners can use this in a
- similar manner.
+ the keyboard. Interactive tools which provide runners can use this
+ in a similar manner.
\end{methoddesc}