Commit a22a057f by Alexander Pivovarov Committed by Tianqi Chen

Fix typo in module.py line 90 (#1947)

parent 2f8237eb
...@@ -87,7 +87,7 @@ class Module(ModuleBase): ...@@ -87,7 +87,7 @@ class Module(ModuleBase):
If fcompile has attribute object_format, will compile host library If fcompile has attribute object_format, will compile host library
to that format. Otherwise, will use default format "o". to that format. Otherwise, will use default format "o".
kwargs : dict, optiona; kwargs : dict, optional
Additional arguments passed to fcompile Additional arguments passed to fcompile
""" """
if self.type_key == "stackvm": if self.type_key == "stackvm":
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment