mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-02-05 05:40:25 +00:00
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
|
||||
"""
|
||||
# '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"):
|
||||
return any(s in config["spaces"] for s in [space, "all"])
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user