#2757: Remove spare newline.

This commit is contained in:
Georg Brandl 2008-05-04 15:45:05 +00:00
parent e11c9b3dfd
commit bc04346446
1 changed files with 0 additions and 1 deletions

View File

@ -262,7 +262,6 @@ Such a working environment for the testing code is called a :dfn:`fixture`.
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::