Commit 742669a2 by solin319 Committed by Tianqi Chen

fix the description of create_shared (#793)

The type of parameter options should be a str list.
parent 3df42cd7
......@@ -22,8 +22,8 @@ def create_shared(output,
objects : list
List of object files.
options : str
The additional options.
options : list
The list of additional options string.
cc : str, optional
The compile string.
......
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