chore: fix double-space typos

This commit is contained in:
Matthias
2026-04-11 13:09:13 +02:00
parent e5a8aae831
commit e8501dfb7a
11 changed files with 13 additions and 15 deletions
+1 -1
View File
@@ -87,7 +87,7 @@ def extract_command_partials():
help_output = _get_help_output(subparser)
_write_partial_file(f"docs/commands/{command}.md", help_output)
else:
print(f" Warning: subcommand '{command}' not found in parser")
print(f" Warning: subcommand '{command}' not found in parser")
# freqtrade-client still uses subprocess as requested
print("Running for freqtrade-client")