Skip to content

Commit b0a5e13

Browse files
authored
Merge pull request #267 from timgates42/bugfix_typo_provided
docs: fix simple typo, provieded -> provided
2 parents 87e452c + 2a65345 commit b0a5e13

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)