Merge pull request #6217 from Wings22Actual/patch-1

minor spelling correction to build_config_commands.py
This commit is contained in:
Matthias 2022-01-13 06:51:52 +01:00 committed by GitHub
commit 814a343ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -86,7 +86,7 @@ def ask_user_config() -> Dict[str, Any]:
{ {
"type": "select", "type": "select",
"name": "timeframe_in_config", "name": "timeframe_in_config",
"message": "Tim", "message": "Time",
"choices": ["Have the strategy define timeframe.", "Override in configuration."] "choices": ["Have the strategy define timeframe.", "Override in configuration."]
}, },
{ {