]> granicus.if.org Git - python/commitdiff
Doc fix for unittest.
authorMichael Foord <fuzzyman@voidspace.org.uk>
Mon, 8 Feb 2010 23:15:22 +0000 (23:15 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Mon, 8 Feb 2010 23:15:22 +0000 (23:15 +0000)
Doc/library/unittest.rst

index 90f5bec0fc8072ce6117c41e5f0fc89e73b2f54b..0c22fd704cef2e58b373e60c8997fe35b91babd0 100644 (file)
@@ -696,8 +696,9 @@ Test cases
 
       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.