minor spelling correction

line 89 "Tim"->"Time"
This commit is contained in:
Wings22Actual 2022-01-13 01:48:38 +00:00 committed by GitHub
parent 33cb9e9002
commit a22e1b6500
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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