We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29425b3 commit bb61f23Copy full SHA for bb61f23
pandas/tseries/period.py
@@ -50,7 +50,8 @@ class Period(PandasObject):
50
value : Period or compat.string_types, default None
51
The time period represented (e.g., '4Q2005')
52
freq : str, default None
53
- e.g., 'B' for businessday. Must be a singlular rule-code (e.g. 5T is not allowed).
+ e.g., 'B' for businessday. Must be a singular rule-code (e.g. 5T is not
54
+ allowed).
55
year : int, default None
56
month : int, default 1
57
quarter : int, default None
0 commit comments