fix the typo in core.py (#2978)

This commit is contained in:
Yuchao Dai 2017-12-26 13:08:27 +08:00 committed by Nan Zhu
parent 7c6673cb9e
commit eedca8c8ec

View File

@ -865,7 +865,7 @@ class Booster(object):
Parameters Parameters
---------- ----------
params: dict/list/str params: dict/list/str
list of key,value paris, dict of key to value or simply str key list of key,value pairs, dict of key to value or simply str key
value: optional value: optional
value of the specified parameter, when params is str key value of the specified parameter, when params is str key
""" """