From 6114f1c963ad011d276701967864f339e8e45ae0 Mon Sep 17 00:00:00 2001 From: Warren Weckesser Date: Sun, 19 Oct 2014 01:35:47 -0400 Subject: MAINT: Fix typo in the 'issubclass' docstring. --- numpy/core/numerictypes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/core') diff --git a/numpy/core/numerictypes.py b/numpy/core/numerictypes.py index 1545bc734..0c03cce89 100644 --- a/numpy/core/numerictypes.py +++ b/numpy/core/numerictypes.py @@ -670,7 +670,7 @@ def issubclass_(arg1, arg2): Determine if a class is a subclass of a second class. `issubclass_` is equivalent to the Python built-in ``issubclass``, - except that it returns False instead of raising a TypeError is one + except that it returns False instead of raising a TypeError if one of the arguments is not a class. Parameters -- cgit v1.2.1