Skip to content

Commit fe5515b

Browse files
committed
Change the type annotation for __array_namespace__ to Any
See data-apis#267 (comment)
1 parent a854ff1 commit fe5515b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)