Skip to content

Commit 845479b

Browse files
authored
typo
1 parent c71d5db commit 845479b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

array_api_tests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
try:
3131
xp = getattr(xp, _sub)
3232
except AttributeError:
33-
# _sub may be a submodule that needs to be imported. WE can't
33+
# _sub may be a submodule that needs to be imported. We can't
3434
# do this in every case because some array modules are not
3535
# submodules that can be imported (like mxnet.nd).
3636
xp = import_module(xp_name)

0 commit comments

Comments
 (0)