This is an automated email from the ASF dual-hosted git repository.
kparzysz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/main by this push:
new c54eea7d0a fix typo (#12115)
c54eea7d0a is described below
commit c54eea7d0a9890c25eae15df1a0c47b263b27a07
Author: Job Henandez Lara <[email protected]>
AuthorDate: Sat Jul 16 10:08:56 2022 -0700
fix typo (#12115)
---
tests/python/frontend/keras/test_forward.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/python/frontend/keras/test_forward.py
b/tests/python/frontend/keras/test_forward.py
index 025af29ba4..ff9e20cff2 100644
--- a/tests/python/frontend/keras/test_forward.py
+++ b/tests/python/frontend/keras/test_forward.py
@@ -45,7 +45,7 @@ else:
def pytest_generate_tests(metafunc):
# This function generates the list of tests for pytest, based
- # on scenatios that will change the parameters in which the
+ # on scenarios that will change the parameters in which the
# tests use to run.
# https://docs.pytest.org/en/latest/example/parametrize.html
idlist = []