Skip to content

Commit ae3b5bd

Browse files
Update src/array_api_typing/_namespace.py
Co-authored-by: Nathaniel Starkman <nstarman@users.noreply.github.com> Signed-off-by: Neil Girdhar <mistersheik@gmail.com>
1 parent 74409a1 commit ae3b5bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_api_typing/_namespace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
A = TypeVar("A", bound=Array, default=Array) # PEP 696 default
1212

1313

14-
class Namespace(Protocol[A]):
14+
class ArrayNamespace(Protocol[A]):
1515
"""An Array API namespace."""
1616

1717
def asarray(

0 commit comments

Comments
 (0)