[Python-checkins] r45708 - python/trunk/Doc/lib/libunittest.tex

thomas.wouters python-checkins at python.org
Tue Apr 25 14:28:57 CEST 2006


Author: thomas.wouters
Date: Tue Apr 25 14:28:56 2006
New Revision: 45708

Modified:
   python/trunk/Doc/lib/libunittest.tex
Log:

Fix markup glitch in unittest docs. Will backport.



Modified: python/trunk/Doc/lib/libunittest.tex
==============================================================================
--- python/trunk/Doc/lib/libunittest.tex	(original)
+++ python/trunk/Doc/lib/libunittest.tex	Tue Apr 25 14:28:56 2006
@@ -226,7 +226,7 @@
 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


More information about the Python-checkins mailing list