diff --git a/python/tvm/relay/_parser.py b/python/tvm/relay/_parser.py index 3fb4b2342bd7..3e559df62ead 100644 --- a/python/tvm/relay/_parser.py +++ b/python/tvm/relay/_parser.py @@ -38,7 +38,7 @@ from .grammar.py3.RelayParser import RelayParser from .grammar.py3.RelayLexer import RelayLexer except ImportError: - raise Exeption("Couldn't find ANTLR parser. Try building with USE_ANTLR=ON.") + raise Exception("Couldn't find ANTLR parser. Try building with USE_ANTLR=ON.") try: from antlr4 import InputStream, CommonTokenStream