Skip to content

Commit

Permalink
[docs] fix param name typo in comments (#4139)
Browse files Browse the repository at this point in the history
  • Loading branch information
StrikerRUS authored Mar 30, 2021
1 parent f879018 commit 841943f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-package/lightgbm/dask.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def _train(
#
# This code treates ``_train_part()`` calls as not "pure" because:
# 1. there is randomness in the training process unless parameters ``seed``
# and ``is_deterministic`` are set
# and ``deterministic`` are set
# 2. even with those parameters set, the output of one ``_train_part()`` call
# relies on global state (it and all the other LightGBM training processes
# coordinate with each other)
Expand Down

0 comments on commit 841943f

Please sign in to comment.