mirror of https://github.com/python/cpython.git
Fixing typo in unittest docs.
This commit is contained in:
parent
299c4730a0
commit
28a817e3ba
|
@ -698,9 +698,9 @@ Test cases
|
||||||
.. versionchanged:: 3.1
|
.. versionchanged:: 3.1
|
||||||
Added the automatic calling of type specific equality function.
|
Added the automatic calling of type specific equality function.
|
||||||
|
|
||||||
.. versionchanged:: 3.2
|
.. versionchanged:: 3.2
|
||||||
:meth:`assertMultiLineEqual` added as the default type equality
|
:meth:`assertMultiLineEqual` added as the default type equality
|
||||||
function for comparing strings.
|
function for comparing strings.
|
||||||
|
|
||||||
.. deprecated:: 3.1
|
.. deprecated:: 3.1
|
||||||
:meth:`failUnlessEqual`.
|
:meth:`failUnlessEqual`.
|
||||||
|
|
Loading…
Reference in New Issue