Skip to content

Commit 29425b3

Browse files
committed
Merge pull request #5057 from JackKelly/master
DOC: proposed fix for #4699: Period() docstring inconsistent with code when freq has a mult != 1
2 parents 3722487 + 8f62b94 commit 29425b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tseries/period.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Period(PandasObject):
5050
value : Period or compat.string_types, default None
5151
The time period represented (e.g., '4Q2005')
5252
freq : str, default None
53-
e.g., 'B' for businessday, ('T', 5) or '5T' for 5 minutes
53+
e.g., 'B' for businessday. Must be a singlular rule-code (e.g. 5T is not allowed).
5454
year : int, default None
5555
month : int, default 1
5656
quarter : int, default None

0 commit comments

Comments
 (0)