mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
chore: improve description formatting
This commit is contained in:
@@ -296,8 +296,8 @@ CONF_SCHEMA = {
|
|||||||
"description": (
|
"description": (
|
||||||
"The class name of the hyperopt loss function class (IHyperOptLoss). "
|
"The class name of the hyperopt loss function class (IHyperOptLoss). "
|
||||||
"Different functions can generate completely different results, "
|
"Different functions can generate completely different results, "
|
||||||
"since the target for optimization is different. Built-in Hyperopt-loss-functions are: "
|
"since the target for optimization is different. "
|
||||||
f"{', '.join(HYPEROPT_LOSS_BUILTIN)}"
|
f"Built-in Hyperopt-loss-functions are: {', '.join(HYPEROPT_LOSS_BUILTIN)}"
|
||||||
),
|
),
|
||||||
"type": "string",
|
"type": "string",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user