[Python-checkins] r78121 - python/branches/py3k/Doc/library/unittest.rst

michael.foord python-checkins at python.org
Tue Feb 9 01:03:57 CET 2010


Author: michael.foord
Date: Tue Feb  9 01:03:57 2010
New Revision: 78121

Log:
Fixing typo in unittest docs.

Modified:
   python/branches/py3k/Doc/library/unittest.rst

Modified: python/branches/py3k/Doc/library/unittest.rst
==============================================================================
--- python/branches/py3k/Doc/library/unittest.rst	(original)
+++ python/branches/py3k/Doc/library/unittest.rst	Tue Feb  9 01:03:57 2010
@@ -698,9 +698,9 @@
       .. 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`.


More information about the Python-checkins mailing list