Skip to content

Commit 0b92861

Browse files
fix indent
1 parent e89e36d commit 0b92861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/core/arrays/datetimes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1369,7 +1369,7 @@ def date(self):
13691369
"The name of day in a week (ex: Friday)\n\n.. deprecated:: 0.23.0")
13701370

13711371
day_of_year = _field_accessor('day_of_year', 'doy',
1372-
"The ordinal day of the year.")
1372+
"The ordinal day of the year.")
13731373
quarter = _field_accessor('quarter', 'q', "The quarter of the date.")
13741374
days_in_month = _field_accessor(
13751375
'days_in_month',

0 commit comments

Comments
 (0)