Skip to content

Commit

Permalink
Remove dots that break comment links
Browse files Browse the repository at this point in the history
  • Loading branch information
honno committed Sep 29, 2021
1 parent f413d8c commit 6bec46a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/src/hypothesis/extra/array_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ def find_castable_builtin_for_dtype(
# None equals NumPy's xp.float64 object, so we specifically skip it here to
# ensure that InvalidArgument is still raised. xp.float64 is in fact an
# alias of np.dtype('float64'), and its equality with None is meant to be
# deprecated at some point - see https://github.com/numpy/numpy/issues/18434.
# deprecated at some point. See https://github.com/numpy/numpy/issues/18434
if dtype is not None and dtype in float_dtypes:
return float

Expand Down

0 comments on commit 6bec46a

Please sign in to comment.