Skip to content
Snippets Groups Projects
Commit 742669a2 authored by solin319's avatar solin319 Committed by Tianqi Chen
Browse files

fix the description of create_shared (#793)

The type of parameter options should be a str list.
parent 3df42cd7
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment