Skip to content

Commit

Permalink
Fix doc for module method
Browse files Browse the repository at this point in the history
Co-Authored-By: 雾雨魔理沙 <[email protected]>
  • Loading branch information
slyubomirsky and MarisaKirisame authored May 21, 2019
1 parent ff30378 commit b6e502a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tvm/relay/module.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def __getitem__(self, var):
Parameters
----------
var: str or GlobalVar or GlobalTypeVar
var: Union[str, GlobalVar, GlobalTypeVar]
The name or global variable.
Returns
Expand Down

0 comments on commit b6e502a

Please sign in to comment.