From fe5515bd936c9525a7989a7a7d553f00d2c424da Mon Sep 17 00:00:00 2001
From: Ralf Gommers <ralf.gommers@gmail.com>
Date: Mon, 3 Jan 2022 22:10:02 +0100
Subject: [PATCH] Change the type annotation for `__array_namespace__` to Any

See https://github.com/data-apis/array-api/issues/267#issuecomment-994868224
---
 spec/API_specification/array_object.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spec/API_specification/array_object.md b/spec/API_specification/array_object.md
index e950643b4..7eeddd4eb 100644
--- a/spec/API_specification/array_object.md
+++ b/spec/API_specification/array_object.md
@@ -473,7 +473,7 @@ Returns an object that has all the array API functions on it.
 
 #### Returns
 
--   **out**: _&lt;object&gt;_
+-   **out**: _&lt;Any&gt;_
 
     -   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.