Skip to content

Commit

Permalink
docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jul 8, 2023
1 parent fadb605 commit 0f92863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/lightgbm/basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ def from_model_file(
model_file: Union[str, Path],
pred_parameter: Dict[str, Any]
) -> "_InnerPredictor":
"""Initialize an ``_InnerPredictor`` from a text file contained a LightGBM model.
"""Initialize an ``_InnerPredictor`` from a text file containing a LightGBM model.
Parameters
----------
Expand Down

0 comments on commit 0f92863

Please sign in to comment.