mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Fixing typo in unittest docs.
This commit is contained in:
parent
299c4730a0
commit
28a817e3ba
1 changed files with 3 additions and 3 deletions
|
@ -698,9 +698,9 @@ Test cases
|
|||
.. versionchanged:: 3.1
|
||||
Added the automatic calling of type specific equality function.
|
||||
|
||||
.. versionchanged:: 3.2
|
||||
:meth:`assertMultiLineEqual` added as the default type equality
|
||||
function for comparing strings.
|
||||
.. versionchanged:: 3.2
|
||||
:meth:`assertMultiLineEqual` added as the default type equality
|
||||
function for comparing strings.
|
||||
|
||||
.. deprecated:: 3.1
|
||||
:meth:`failUnlessEqual`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue