Adjust documentation to strategy table

This commit is contained in:
Matthias
2018-07-29 13:13:03 +02:00
parent 765d1c769c
commit c648e2acfc
2 changed files with 10 additions and 2 deletions

View File

@@ -432,7 +432,7 @@ class Backtesting(object):
# Print Strategy summary table
logger.info(
'\n' +
' Strategy Summary'.center(119, '=') +
' Strategy Summary '.center(119, '=') +
'\n%s\n\nFor more details, please look at the detail tables above',
self._generate_text_table_strategy(all_results)
)