chore: slightly improve comment wording
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user