chore: slightly improve comment wording

This commit is contained in:
Matthias
2025-05-19 06:32:09 +02:00
parent 226f9b7857
commit b0cc2a2a1d
+1 -1
View File
@@ -107,7 +107,7 @@ class HyperoptTools:
""" """
Tell if the space value is contained in the configuration Tell if the space value is contained in the configuration
""" """
# 'trailing', 'protection' & 'trades' spaces are not included in the 'default' set of spaces # The following spaces are not included in the 'default' set of spaces
if space in ("trailing", "protection", "trades"): if space in ("trailing", "protection", "trades"):
return any(s in config["spaces"] for s in [space, "all"]) return any(s in config["spaces"] for s in [space, "all"])
else: else: