Skip to content

Commit 3372278

Browse files
indent fix
1 parent 0b92861 commit 3372278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/period.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ def __array__(self, dtype=None):
297297
"The day of the week with Monday=0, Sunday=6")
298298
weekday = dayofweek
299299
day_of_year = _field_accessor('day_of_year', 9,
300-
"The ordinal day of the year")
300+
"The ordinal day of the year")
301301
quarter = _field_accessor('quarter', 2, "The quarter of the date")
302302
qyear = _field_accessor('qyear', 1)
303303
days_in_month = _field_accessor('days_in_month', 11,

0 commit comments

Comments
 (0)