Skip to content

Commit fe4ddbf

Browse files
committed
Fix a typo
1 parent 4c063b0 commit fe4ddbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/array_helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def is_integer_dtype(dtype):
325325

326326
def is_float_dtype(dtype):
327327
if dtype is None:
328-
# numpy.dtype('float64') == True gives True
328+
# numpy.dtype('float64') == None gives True
329329
return False
330330
# TODO: Return True even for floating point dtypes that aren't part of the
331331
# spec, like np.float16

0 commit comments

Comments
 (0)