Skip to content

Commit

Permalink
Merge pull request #5057 from JackKelly/master
Browse files Browse the repository at this point in the history
DOC: proposed fix for #4699: Period() docstring inconsistent with code when freq has a mult != 1
  • Loading branch information
jreback committed Oct 4, 2013
2 parents 3722487 + 8f62b94 commit 29425b3
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 @@ -50,7 +50,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, ('T', 5) or '5T' for 5 minutes
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 29425b3

Please sign in to comment.