Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b3809b commit 6114f1cCopy full SHA for 6114f1c
1 file changed
numpy/core/numerictypes.py
@@ -670,7 +670,7 @@ def issubclass_(arg1, arg2):
670
Determine if a class is a subclass of a second class.
671
672
`issubclass_` is equivalent to the Python built-in ``issubclass``,
673
- except that it returns False instead of raising a TypeError is one
+ except that it returns False instead of raising a TypeError if one
674
of the arguments is not a class.
675
676
Parameters
0 commit comments