From 28a817e3bacd1de1fbca2d0cd8f2f7dd3cc72b61 Mon Sep 17 00:00:00 2001 From: Michael Foord Date: Tue, 9 Feb 2010 00:03:57 +0000 Subject: [PATCH] Fixing typo in unittest docs. --- Doc/library/unittest.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 992415de7b3..72d7dec4b22 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -698,9 +698,9 @@ Test cases .. versionchanged:: 3.1 Added the automatic calling of type specific equality function. - .. versionchanged:: 3.2 - :meth:`assertMultiLineEqual` added as the default type equality - function for comparing strings. + .. versionchanged:: 3.2 + :meth:`assertMultiLineEqual` added as the default type equality + function for comparing strings. .. deprecated:: 3.1 :meth:`failUnlessEqual`.