Skip to content

Commit 268a14d

Browse files
committed
Fix twine check
(cherry picked from commit b2ac331)
1 parent 7eb6679 commit 268a14d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autosklearn/estimators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def __init__(
284284
The function must accept the arguments ``scenario_dict``,
285285
``instances``, ``num_params``, ``runhistory``, ``seed`` and ``ta``.
286286
This is an advanced feature. Use only if you are familiar with
287-
`SMAC <https://automl.github.io/SMAC3/master/index.html>`_.
287+
`SMAC <https://automl.github.io/SMAC3/main/index.html>`_.
288288
289289
logging_config : dict, optional (None)
290290
dictionary object specifying the logger configuration. If None,

0 commit comments

Comments
 (0)