This is an automated email from the ASF dual-hosted git repository.
masahi pushed a commit to branch unity
in repository https://gitbox.apache.org/repos/asf/tvm.git
The following commit(s) were added to refs/heads/unity by this push:
new 6dd431b430 [TIR][Doc] Fix formatting in pop_trace docstring (#14894)
6dd431b430 is described below
commit 6dd431b430040e5549cd8fed2986c5826b85f1bb
Author: Eldar Yusupov <[email protected]>
AuthorDate: Sat May 20 05:38:00 2023 +0300
[TIR][Doc] Fix formatting in pop_trace docstring (#14894)
---
python/tvm/ir/transform.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/tvm/ir/transform.py b/python/tvm/ir/transform.py
index c93b4eda26..c8e9f5dc76 100644
--- a/python/tvm/ir/transform.py
+++ b/python/tvm/ir/transform.py
@@ -173,7 +173,7 @@ class PassContext(tvm.runtime.Object):
def pop_trace(self, return_current=True):
"""Pop a topmost trace from the stack.
- Returns
+ Returns
-------
Trace : Optional[relax.tuning.Trace]
"""