From 7b5aa463f99f600803207ea4bc1aa63b4befdd7d Mon Sep 17 00:00:00 2001 From: Michael Foord Date: Mon, 8 Feb 2010 23:15:22 +0000 Subject: [PATCH] Doc fix for unittest. --- Doc/library/unittest.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 90f5bec0fc..0c22fd704c 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -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. -- 2.40.0