[DOC] Fix mistyped word (#6362)
authorgigo <demoncris@gmail.com>
Mon, 31 Aug 2020 06:07:05 +0000 (14:07 +0800)
committerGitHub <noreply@github.com>
Mon, 31 Aug 2020 06:07:05 +0000 (23:07 -0700)
* Fix the doc mistyped word in `tvm.te.hybrid.build` function

Co-authored-by: gigo <gigo_liao@qbitsemi.com>
python/tvm/te/hybrid/__init__.py

index 42bcc86..afdedfb 100644 (file)
@@ -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
     ----------