Skip to content

Commit c1e18bb

Browse files
authored
fix: remove recommendation of no other public names in namespace
PR-URL: #931 Reviewed-by: Athan Reines <kgryte@gmail.com>
1 parent fa4c75f commit c1e18bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_stubs/_draft/array_object.py

Lines changed: 1 addition & 1 deletion
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)