summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/unittest.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 992415d..72d7dec 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`.