From c90160b22914e9ee98110e93dc06d06ee36b3946 Mon Sep 17 00:00:00 2001 From: Bohan Hou <32121147+spectrometerHBH@users.noreply.github.com> Date: Wed, 25 Dec 2019 00:51:05 +0800 Subject: [PATCH] [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 f0261be37e41..ef121bc880b2 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