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