From: Thomas Wouters Date: Tue, 25 Apr 2006 12:28:56 +0000 (+0000) Subject: Fix markup glitch in unittest docs. Will backport. X-Git-Tag: v2.5a2~27 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=34a70c60118ba1df76ee96ed0963f87b796b872c;p=python Fix markup glitch in unittest docs. Will backport. --- diff --git a/Doc/lib/libunittest.tex b/Doc/lib/libunittest.tex index 6c8769d67a..51b321ebbe 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