Skip to content

Commit

Permalink
DOC: added "Must be a singlular rule-code (e.g. 5T is not allowed)."
Browse files Browse the repository at this point in the history
  • Loading branch information
JackKelly committed Sep 30, 2013
1 parent 2c40d15 commit 8f62b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tseries/period.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ class Period(PandasObject):
value : Period or compat.string_types, default None
The time period represented (e.g., '4Q2005')
freq : str, default None
e.g., 'B' for businessday
e.g., 'B' for businessday. Must be a singlular rule-code (e.g. 5T is not allowed).
year : int, default None
month : int, default 1
quarter : int, default None
Expand Down

0 comments on commit 8f62b94

Please sign in to comment.