diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 992415de7b32..72d7dec4b22f 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`.