Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6114f1c

Browse files
MAINT: Fix typo in the 'issubclass' docstring.
1 parent 7b3809b commit 6114f1c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

numpy/core/numerictypes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ def issubclass_(arg1, arg2):
670670
Determine if a class is a subclass of a second class.
671671
672672
`issubclass_` is equivalent to the Python built-in ``issubclass``,
673-
except that it returns False instead of raising a TypeError is one
673+
except that it returns False instead of raising a TypeError if one
674674
of the arguments is not a class.
675675
676676
Parameters

0 commit comments

Comments
 (0)