Skip to content

Commit bb61f23

Browse files
committed
CLN: tiny typo from GH5057: Period() docstring
1 parent 29425b3 commit bb61f23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/tseries/period.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ 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. Must be a singlular rule-code (e.g. 5T is not allowed).
53+
e.g., 'B' for businessday. Must be a singular rule-code (e.g. 5T is not
54+
allowed).
5455
year : int, default None
5556
month : int, default 1
5657
quarter : int, default None

0 commit comments

Comments
 (0)