This is an automated email from the ASF dual-hosted git repository.
tqchen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git
The following commit(s) were added to refs/heads/master by this push:
new c90160b [DOC] fix doc in api.py (#4580)
c90160b is described below
commit c90160b22914e9ee98110e93dc06d06ee36b3946
Author: Bohan Hou <[email protected]>
AuthorDate: Wed Dec 25 00:51:05 2019 +0800
[DOC] fix doc in api.py (#4580)
---
python/tvm/api.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/python/tvm/api.py b/python/tvm/api.py
index f0261be..ef121bc 100644
--- a/python/tvm/api.py
+++ b/python/tvm/api.py
@@ -179,7 +179,7 @@ def var(name="tindex", dtype=int32):
name : str
The name
- dtype : int
+ dtype : str
The data type
Returns