Skip to content

Commit 3e0efdf

Browse files
rgommerskgryte
andauthored
Update spec/API_specification/index.rst
Co-authored-by: Athan <kgryte@gmail.com>
1 parent ef6690e commit 3e0efdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/API_specification/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
API specification
44
=================
55

6-
A conforming implementation of the array API standard must provide and support the following functions adhering to the following conventions.
6+
A conforming implementation of the array API standard must provide and support the APIs and behavior detailed in this specification while adhering to the following conventions.
77

88
- Positional parameters must be `positional-only <https://www.python.org/dev/peps/pep-0570/>`_ parameters when the function signature indicates this (as denoted by `/`). See :ref:`function-and-method-signatures`.
99
- Optional parameters must be `keyword-only <https://www.python.org/dev/peps/pep-3102/>`_ argumentswhen the function signature indicates this (as denoted by `*`). See :ref:`function-and-method-signatures`.

0 commit comments

Comments
 (0)