#13387: rephrase unclear sentence.

This commit is contained in:
Ezio Melotti 2011-12-19 07:04:48 +02:00
parent a51623b160
commit 80a61e8d4c
1 changed files with 1 additions and 2 deletions

View File

@ -929,8 +929,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) <assertIs>`.
To check for the exact type, use :func:`assertIs(type(obj), cls) <assertIs>`.
.. versionadded:: 3.2