chore: improve description formatting

This commit is contained in:
Matthias
2025-11-01 11:05:08 +01:00
parent a2f887aabb
commit 5684d0de0b

View File

@@ -296,8 +296,8 @@ CONF_SCHEMA = {
"description": (
"The class name of the hyperopt loss function class (IHyperOptLoss). "
"Different functions can generate completely different results, "
"since the target for optimization is different. Built-in Hyperopt-loss-functions are: "
f"{', '.join(HYPEROPT_LOSS_BUILTIN)}"
"since the target for optimization is different. "
f"Built-in Hyperopt-loss-functions are: {', '.join(HYPEROPT_LOSS_BUILTIN)}"
),
"type": "string",
},