From ccef17dec62e0f6280f7b4d0d565b6f36452a72c Mon Sep 17 00:00:00 2001 From: Eddie Hebert Date: Tue, 19 Mar 2013 21:35:01 -0400 Subject: [PATCH] MAINT: Fixes comment about perf type. --- zipline/algorithm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipline/algorithm.py b/zipline/algorithm.py index 22123f12..6b8f6f7c 100644 --- a/zipline/algorithm.py +++ b/zipline/algorithm.py @@ -223,7 +223,7 @@ class TradingAlgorithm(object): # perf dictionary perfs = list(self.gen) - # convert perf ndict to pandas dataframe + # convert perf dict to pandas dataframe daily_stats = self._create_daily_stats(perfs) return daily_stats