Skip to content

Commit 5684d0d

Browse files
committed
chore: improve description formatting
1 parent a2f887a commit 5684d0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

freqtrade/config_schema/config_schema.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@
296296
"description": (
297297
"The class name of the hyperopt loss function class (IHyperOptLoss). "
298298
"Different functions can generate completely different results, "
299-
"since the target for optimization is different. Built-in Hyperopt-loss-functions are: "
300-
f"{', '.join(HYPEROPT_LOSS_BUILTIN)}"
299+
"since the target for optimization is different. "
300+
f"Built-in Hyperopt-loss-functions are: {', '.join(HYPEROPT_LOSS_BUILTIN)}"
301301
),
302302
"type": "string",
303303
},

0 commit comments

Comments
 (0)