Skip to content

Commit

Permalink
Fix minor style issue in module docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
till-m committed Oct 10, 2023
1 parent 4445c03 commit e5ba44a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bayes_opt/bayesian_optimization.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
"""Main module.
Holds the `BayesianOptimization` class, which handles the maximization of a
function over a specific target space."""
function over a specific target space.
"""
import warnings

from bayes_opt.constraint import ConstraintModel
Expand Down

0 comments on commit e5ba44a

Please sign in to comment.