Skip to content

Commit 2a65345

Browse files
committed
docs: fix simple typo, provieded -> provided
There is a small typo in bayes_opt/bayesian_optimization.py. Should read `provided` rather than `provieded`.
1 parent 91441fe commit 2a65345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bayes_opt/bayesian_optimization.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class BayesianOptimization(Observable):
7979
8080
random_state: int or numpy.random.RandomState, optional(default=None)
8181
If the value is an integer, it is used as the seed for creating a
82-
numpy.random.RandomState. Otherwise the random state provieded it is used.
82+
numpy.random.RandomState. Otherwise the random state provided it is used.
8383
When set to None, an unseeded random state is generated.
8484
8585
verbose: int, optional(default=2)

0 commit comments

Comments
 (0)