Skip to content

Commit

Permalink
Fixed typo in printed messages during setup (#823)
Browse files Browse the repository at this point in the history
  • Loading branch information
flennerhag authored and guolinke committed Aug 18, 2017
1 parent 3b16191 commit ddda85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def compile_cpp(use_mingw=False, use_gpu=False):
raise Exception('Please install Visual Studio or MS Build first')

build_cmd = "cmake --build . --target _lightgbm --config Release"
print("Start to compile libarary.")
print("Start to compile library.")
os.system(cmake_cmd + " ../lightgbm/")
os.system(build_cmd)
os.chdir("..")
Expand Down

0 comments on commit ddda85b

Please sign in to comment.