Skip to content

Commit

Permalink
Merge pull request #235 from bingyao/period_typo_fix
Browse files Browse the repository at this point in the history
MAINT Fix a typo for March of 2008 in interesting periods.
  • Loading branch information
twiecki committed Dec 3, 2015
2 parents 5786c7d + f388feb commit 19f6503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyfolio/interesting_periods.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

# August 2007, March and September of 2008, Q1 & Q2 2009,
PERIODS['Aug07'] = (pd.Timestamp('20070801'), pd.Timestamp('20070901'))
PERIODS['Mar08'] = (pd.Timestamp('20080301'), pd.Timestamp('20070401'))
PERIODS['Mar08'] = (pd.Timestamp('20080301'), pd.Timestamp('20080401'))
PERIODS['Sept08'] = (pd.Timestamp('20080901'), pd.Timestamp('20081001'))
PERIODS['2009Q1'] = (pd.Timestamp('20090101'), pd.Timestamp('20090301'))
PERIODS['2009Q2'] = (pd.Timestamp('20090301'), pd.Timestamp('20090601'))
Expand Down

0 comments on commit 19f6503

Please sign in to comment.