summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2006-04-25 12:28:56 (GMT)
committerThomas Wouters <thomas@python.org>2006-04-25 12:28:56 (GMT)
commit34a70c60118ba1df76ee96ed0963f87b796b872c (patch)
tree7ef5201c801dd4b1eb485160253eb41efd7b3a20 /Doc/lib
parente708cf5d0f83818833b6d46159e6bafe72e3e05e (diff)
downloadcpython-34a70c60118ba1df76ee96ed0963f87b796b872c.zip
cpython-34a70c60118ba1df76ee96ed0963f87b796b872c.tar.gz
cpython-34a70c60118ba1df76ee96ed0963f87b796b872c.tar.bz2
Fix markup glitch in unittest docs. Will backport.
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libunittest.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex
index 6c8769d..51b321e 100644
--- a/Doc/lib/libunittest.tex
+++ b/Doc/lib/libunittest.tex
@@ -226,7 +226,7 @@ runs, an exception will be raised, and the testing framework will
identify the test case as a \dfn{failure}. Other exceptions that do
not arise from checks made through the \method{assert*()} and
\method{fail*()} methods are identified by the testing framework as
-dfn{errors}.
+\dfn{errors}.
The way to run a test case will be described later. For now, note
that to construct an instance of such a test case, we call its