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

Skip to content

Commit df9db6e

Browse files
committed
Merge pull request numpy#5206 from WarrenWeckesser/typo
MAINT: Fix typo in the 'issubclass' docstring.
2 parents 7b3809b + 6114f1c commit df9db6e

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)