From c2b9c832b8fe11d767503430f2cf3c80add17b55 Mon Sep 17 00:00:00 2001 From: Wuwei Lin Date: Thu, 2 Mar 2023 10:36:55 -0800 Subject: [PATCH] [TIR] Fix typo in doc --- python/tvm/tir/schedule/schedule.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/tvm/tir/schedule/schedule.py b/python/tvm/tir/schedule/schedule.py index 4727b4a5f00e..04355eb16e57 100644 --- a/python/tvm/tir/schedule/schedule.py +++ b/python/tvm/tir/schedule/schedule.py @@ -1425,7 +1425,7 @@ def reindex( Examples -------- - Before transform_layout, in TensorIR, the IR is: + Before reindex, in TensorIR, the IR is: .. code-block:: python