提交 523cdfbe authored 作者: amrithasuresh's avatar amrithasuresh

Fixed np to numpy in docstring

上级 17b3f079
...@@ -164,8 +164,8 @@ def get_numeric_types(with_int=True, with_float=True, with_complex=False, ...@@ -164,8 +164,8 @@ def get_numeric_types(with_int=True, with_float=True, with_complex=False,
# Return True if scalars defined from `cls1` are within the hierarchy # Return True if scalars defined from `cls1` are within the hierarchy
# starting from `cls2`. # starting from `cls2`.
# The third test below is to catch for instance the fact that # The third test below is to catch for instance the fact that
# one can use ``dtype=np.number`` and obtain a float64 scalar, even # one can use ``dtype=numpy.number`` and obtain a float64 scalar, even
# though `np.number` is not under `np.floating` in the class # though `numpy.number` is not under `numpy.floating` in the class
# hierarchy. # hierarchy.
return (cls1 is cls2 or return (cls1 is cls2 or
issubclass(cls1, cls2) or issubclass(cls1, cls2) or
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论