Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 85b5499

Browse files
authoredJan 5, 2022
Change the type annotation for __array_namespace__ to Any (#357)
See #267 (comment)
1 parent d60fea3 commit 85b5499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎spec/API_specification/array_object.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ Returns an object that has all the array API functions on it.
473473

474474
#### Returns
475475

476-
- **out**: _<object>_
476+
- **out**: _<Any>_
477477

478478
- 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.
479479

0 commit comments

Comments
 (0)
Please sign in to comment.