Kaydet (Commit) 7b5aa463 authored tarafından Michael Foord's avatar Michael Foord

Doc fix for unittest.

üst 11f5c9e0
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment