]> granicus.if.org Git - python/commitdiff
Fixing typo in unittest docs.
authorMichael Foord <fuzzyman@voidspace.org.uk>
Tue, 9 Feb 2010 00:03:57 +0000 (00:03 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Tue, 9 Feb 2010 00:03:57 +0000 (00:03 +0000)
Doc/library/unittest.rst

index 992415de7b3254a5e078da7718bf63822d5421c8..72d7dec4b22fe0cd604ce153fad770de5a77ad48 100644 (file)
@@ -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`.