Skip to content

Commit

Permalink
Revert erroneous docstring change
Browse files Browse the repository at this point in the history
  • Loading branch information
honno committed Sep 27, 2022
1 parent d0c353c commit a5dd305
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 @@ -201,7 +201,7 @@ def _from_dtype(
:xp-ref:`valid dtype <data_types.html>`.
Compatible ``**kwargs`` are passed to the inferred strategy function for
integers, floats. This allows you to customise the min and max values,
integers and floats. This allows you to customise the min and max values,
and exclude non-finite numbers. This is particularly useful when kwargs are
passed through from :func:`arrays()`, as it seamlessly handles the ``width``
or other representable bounds for you.
Expand Down

0 comments on commit a5dd305

Please sign in to comment.