MAINT: Fixes comment about perf type.

This commit is contained in:
Eddie Hebert
2013-03-19 21:35:01 -04:00
parent a645b2a86e
commit ccef17dec6
+1 -1
View File
@@ -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