diff --git a/Doc/library/unittest.rst b/Doc/library/unittest.rst index 45270db55f2..520f2e836f8 100644 --- a/Doc/library/unittest.rst +++ b/Doc/library/unittest.rst @@ -933,8 +933,7 @@ Test cases Test that *obj* is (or is not) an instance of *cls* (which can be a class or a tuple of classes, as supported by :func:`isinstance`). - To check for a specific type (without including superclasses) use - :func:`assertIs(type(obj), cls) `. + To check for the exact type, use :func:`assertIs(type(obj), cls) `. .. versionadded:: 3.2