summaryrefslogtreecommitdiffstats
path: root/Doc/library/unittest.rst
diff options
context:
space:
mode:
authorEzio Melotti <ezio.melotti@gmail.com>2012-01-16 06:28:54 (GMT)
committerEzio Melotti <ezio.melotti@gmail.com>2012-01-16 06:28:54 (GMT)
commit9ecb6beb8c96825c33ca29d34e02b6e80b0b3f52 (patch)
tree55a86258c6e51ee4349ad40d3da3525f924d30b1 /Doc/library/unittest.rst
parenta846d0ac5ec0358aead07bb1a5f1a6ba3f7c4694 (diff)
downloadcpython-9ecb6beb8c96825c33ca29d34e02b6e80b0b3f52.zip
cpython-9ecb6beb8c96825c33ca29d34e02b6e80b0b3f52.tar.gz
cpython-9ecb6beb8c96825c33ca29d34e02b6e80b0b3f52.tar.bz2
#13695: fix a couple of typos in the doc.
Diffstat (limited to 'Doc/library/unittest.rst')
-rw-r--r--Doc/library/unittest.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst
index 5833868..d2949f6 100644
--- a/Doc/library/unittest.rst
+++ b/Doc/library/unittest.rst
@@ -869,13 +869,13 @@ Test cases
In addition, if *first* and *second* are the exact same type and one of
list, tuple, dict, set, frozenset or str or any type that a subclass
- registers with :meth:`addTypeEqualityFunc` the type specific equality
+ registers with :meth:`addTypeEqualityFunc` the type-specific equality
function will be called in order to generate a more useful default
error message (see also the :ref:`list of type-specific methods
<type-specific-methods>`).
.. versionchanged:: 3.1
- Added the automatic calling of type specific equality function.
+ Added the automatic calling of type-specific equality function.
.. versionchanged:: 3.2
:meth:`assertMultiLineEqual` added as the default type equality