Skip to content

Commit 85b5499

Browse files
authored
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

+1-1
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)