[Python-checkins] r78119 - python/trunk/Doc/library/unittest.rst

michael.foord python-checkins at python.org
Tue Feb 9 00:15:22 CET 2010


Author: michael.foord
Date: Tue Feb  9 00:15:22 2010
New Revision: 78119

Log:
Doc fix for unittest.

Modified:
   python/trunk/Doc/library/unittest.rst

Modified: python/trunk/Doc/library/unittest.rst
==============================================================================
--- python/trunk/Doc/library/unittest.rst	(original)
+++ python/trunk/Doc/library/unittest.rst	Tue Feb  9 00:15:22 2010
@@ -696,8 +696,9 @@
 
       In addition, if *first* and *second* are the exact same type and one of
       list, tuple, dict, set, frozenset or unicode or any type that a subclass
-      registers :meth:`addTypeEqualityFunc` the type specific equality function
-      will be called in order to generate a more useful default error message.
+      registers with :meth:`addTypeEqualityFunc` the type specific equality
+      function will be called in order to generate a more useful default error
+      message.
 
       .. versionchanged:: 2.7
          Added the automatic calling of type specific equality function.


More information about the Python-checkins mailing list