diff --git a/python/tvm/te/hybrid/__init__.py b/python/tvm/te/hybrid/__init__.py index 42bcc86f7945..afdedfbd10d9 100644 --- a/python/tvm/te/hybrid/__init__.py +++ b/python/tvm/te/hybrid/__init__.py @@ -68,7 +68,7 @@ def wrapped_func(func, *args, **kwargs): def build(sch, inputs, outputs, name="hybrid_func"): - """Dump the corrent schedule to hybrid module + """Dump the current schedule to hybrid module Parameters ----------