From 77993ee6ca1557931668dbca9436f61a34021aa3 Mon Sep 17 00:00:00 2001 From: fawce Date: Fri, 16 Mar 2012 09:52:08 -0400 Subject: [PATCH] trivial mod to force push to happen. --- zipline/finance/performance.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/zipline/finance/performance.py b/zipline/finance/performance.py index 3458dbab..b07dc081 100644 --- a/zipline/finance/performance.py +++ b/zipline/finance/performance.py @@ -404,7 +404,7 @@ class PerformancePeriod(): def to_dict(self): """ Creates a dictionary representing the state of this performance - period. + period. See header comments for a detailed description. """ positions = {} for sid, pos in self.positions.iteritems(): @@ -422,7 +422,9 @@ class PerformancePeriod(): def to_namedict(self): """ - Creates a namedict representing the state of this perfomance period. + Creates a namedict representing the state of this perfomance period. + Properties are the same as the results of to_dict. See header comments + for a detailed description. """ positions = {}