Skip to content

Commit d0bc89e

Browse files
committed
"array-API" -> "Array API" to standardise how its referenced in docs
1 parent 4788987 commit d0bc89e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypothesis-python/docs/numpy.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ or just ``numpy.array_api`` - this is the extension for you!
7272
.. autofunction:: hypothesis.extra.array_api.make_strategies_namespace
7373

7474
The resulting namespace contains all our familiar strategies like
75-
:func:`~xps.arrays` and :func:`~xps.from_dtype`, but based on the array-API
75+
:func:`~xps.arrays` and :func:`~xps.from_dtype`, but based on the Array API
7676
standard semantics and returning objects from the ``xp`` module:
7777

7878
.. automodule:: xps

0 commit comments

Comments
 (0)