We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c71d5db commit 845479bCopy full SHA for 845479b
array_api_tests/__init__.py
@@ -30,7 +30,7 @@
30
try:
31
xp = getattr(xp, _sub)
32
except AttributeError:
33
- # _sub may be a submodule that needs to be imported. WE can't
+ # _sub may be a submodule that needs to be imported. We can't
34
# do this in every case because some array modules are not
35
# submodules that can be imported (like mxnet.nd).
36
xp = import_module(xp_name)
0 commit comments