ENH: better comments

This commit is contained in:
Jean Bredeche
2016-06-09 13:28:43 -04:00
parent 60cd4aab91
commit 4b09715052
+3 -3
View File
@@ -105,18 +105,18 @@ class BenchmarkSource(object):
def _initialize_precalculated_series(self, asset, trading_schedule,
trading_days, data_portal):
"""
Internal method that precalculates the benchmark return series for
Internal method that pre-calculates the benchmark return series for
use in the simulation.
Parameters
----------
asset: Asset to use
env: TradingEnvironment
trading_schedule: TradingSchedule
trading_days: pd.DateTimeIndex
trading_schedule: TradingSchedule
data_portal: DataPortal
Notes
-----