]> granicus.if.org Git - python/commitdiff
Fix markup glitch in unittest docs. Will backport.
authorThomas Wouters <thomas@python.org>
Tue, 25 Apr 2006 12:28:56 +0000 (12:28 +0000)
committerThomas Wouters <thomas@python.org>
Tue, 25 Apr 2006 12:28:56 +0000 (12:28 +0000)
Doc/lib/libunittest.tex

index 6c8769d67aae0fe58edb78704986a3cfac800e7e..51b321ebbe0862a93f7d3f9f236fb6cf9308420f 100644 (file)
@@ -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