We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b92861 commit 3372278Copy full SHA for 3372278
pandas/core/arrays/period.py
@@ -297,7 +297,7 @@ def __array__(self, dtype=None):
297
"The day of the week with Monday=0, Sunday=6")
298
weekday = dayofweek
299
day_of_year = _field_accessor('day_of_year', 9,
300
- "The ordinal day of the year")
+ "The ordinal day of the year")
301
quarter = _field_accessor('quarter', 2, "The quarter of the date")
302
qyear = _field_accessor('qyear', 1)
303
days_in_month = _field_accessor('days_in_month', 11,
0 commit comments