diff --git a/zipline/finance/performance.py b/zipline/finance/performance.py index 3b2c1cdd..b11017be 100644 --- a/zipline/finance/performance.py +++ b/zipline/finance/performance.py @@ -33,8 +33,6 @@ Performance Tracking +-----------------+----------------------------------------------------+ | progress | percentage of test completed | +-----------------+----------------------------------------------------+ - | started_at | datetime in utc marking the start of this test | - +-----------------+----------------------------------------------------+ | capital_base | The initial capital assumed for this tracker. | +-----------------+----------------------------------------------------+ | cumulative_perf | A dictionary representing the cumulative |