From be817b2a9e2b33f0ad03bca207d8691c4f0aeabe Mon Sep 17 00:00:00 2001 From: gigo Date: Mon, 31 Aug 2020 14:07:05 +0800 Subject: [PATCH] [DOC] Fix mistyped word (#6362) * Fix the doc mistyped word in `tvm.te.hybrid.build` function Co-authored-by: gigo --- python/tvm/te/hybrid/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tvm/te/hybrid/__init__.py b/python/tvm/te/hybrid/__init__.py index 42bcc86..afdedfb 100644 --- a/python/tvm/te/hybrid/__init__.py +++ b/python/tvm/te/hybrid/__init__.py @@ -68,7 +68,7 @@ def script(pyfunc): def build(sch, inputs, outputs, name="hybrid_func"): - """Dump the corrent schedule to hybrid module + """Dump the current schedule to hybrid module Parameters ---------- -- 2.7.4