[Python-checkins] r62703 - python/trunk/Doc/library/unittest.rst

georg.brandl python-checkins at python.org
Sun May 4 17:45:05 CEST 2008


Author: georg.brandl
Date: Sun May  4 17:45:05 2008
New Revision: 62703

Log:
#2757: Remove spare newline.


Modified:
   python/trunk/Doc/library/unittest.rst

Modified: python/trunk/Doc/library/unittest.rst
==============================================================================
--- python/trunk/Doc/library/unittest.rst	(original)
+++ python/trunk/Doc/library/unittest.rst	Sun May  4 17:45:05 2008
@@ -262,7 +262,6 @@
 Often, many small test cases will use the same fixture.  In this case, we would
 end up subclassing :class:`SimpleWidgetTestCase` into many small one-method
 classes such as :class:`DefaultWidgetSizeTestCase`.  This is time-consuming and
-
 discouraging, so in the same vein as JUnit, :mod:`unittest` provides a simpler
 mechanism::
 


More information about the Python-checkins mailing list