Skip to content

Commit abfc76e

Browse files
committed
fix: remove recommendation of no other public names in namespace
closes data-apisgh-928
1 parent 0941b21 commit abfc76e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_stubs/_draft/array_object.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def __array_namespace__(
211211
Returns
212212
-------
213213
out: Any
214-
an object representing the array API namespace. It should have every top-level function defined in the specification as an attribute. It may contain other public names as well, but it is recommended to only include those names that are part of the specification.
214+
an object representing the array API namespace. It should have every top-level function defined in the specification as an attribute.
215215
"""
216216

217217
def __bool__(self: array, /) -> bool:

0 commit comments

Comments
 (0)