Skip to content

Commit e0bfffd

Browse files
authored
Merge pull request #74 from y0z/feature/benchmarks
Fix typo
2 parents 66a0045 + 16853f9 commit e0bfffd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

optunahub/benchmarks/_base_problem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def directions(self) -> list[optuna.study.StudyDirection]:
6969
"""Return the optimization directions.
7070
7171
Returns:
72-
List of `optuna.study.direction <https://optuna.readthedocs.io/en/stable/reference/generated/optuna.study.StudyDirection.html>`__.
72+
List of `optuna.study.StudyDirection <https://optuna.readthedocs.io/en/stable/reference/generated/optuna.study.StudyDirection.html>`__.
7373
7474
Example:
7575
::

0 commit comments

Comments
 (0)