Unverified Commit 1b567bf1 authored by Chen Yufei's avatar Chen Yufei Committed by GitHub
Browse files

fix: typo in `_InnerPredictor` docstring. (#4389)

parent 42ddff1d
......@@ -612,7 +612,7 @@ class _InnerPredictor:
booster_handle : object or None, optional (default=None)
Handle of Booster.
pred_parameter: dict or None, optional (default=None)
Other parameters for the prediciton.
Other parameters for the prediction.
"""
self.handle = ctypes.c_void_p()
self.__is_manage_handle = True
......
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