File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -916,9 +916,9 @@ are always available. They are listed here in alphabetical order.
916916 Return ``True `` if *class * is a subclass (direct, indirect, or :term: `virtual
917917 <abstract base class> `) of *classinfo *. A
918918 class is considered a subclass of itself. *classinfo * may be a tuple of class
919- objects or a :ref: `types-union `, in which case every entry in * classinfo *
920- will be checked. In any other
921- case, a :exc: ` TypeError ` exception is raised.
919+ objects or a :ref: `types-union `, in which case return True if * class * is a
920+ subclass of any entry in * classinfo *. In any other case, a :exc: ` TypeError `
921+ exception is raised.
922922
923923 .. versionchanged :: 3.10
924924 *classinfo * can be a :ref: `types-union `.
You can’t perform that action at this time.
0 commit comments