[Python-checkins] r45709 - python/branches/release24-maint/Doc/lib/libunittest.tex

thomas.wouters python-checkins at python.org
Tue Apr 25 14:29:43 CEST 2006


Author: thomas.wouters
Date: Tue Apr 25 14:29:43 2006
New Revision: 45709

Modified:
   python/branches/release24-maint/Doc/lib/libunittest.tex
Log:

Backport trunk's 45708: Fix markup glitch in unittest docs.



Modified: python/branches/release24-maint/Doc/lib/libunittest.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libunittest.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libunittest.tex	Tue Apr 25 14:29:43 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