Skip to content

Commit 8f62b94

Browse files
committed
DOC: added "Must be a singlular rule-code (e.g. 5T is not allowed)."
1 parent 2c40d15 commit 8f62b94

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
@@ -51,7 +51,7 @@ class Period(PandasObject):
5151
value : Period or compat.string_types, default None
5252
The time period represented (e.g., '4Q2005')
5353
freq : str, default None
54-
e.g., 'B' for businessday
54+
e.g., 'B' for businessday. Must be a singlular rule-code (e.g. 5T is not allowed).
5555
year : int, default None
5656
month : int, default 1
5757
quarter : int, default None

0 commit comments

Comments
 (0)