Skip to content

Commit 971908e

Browse files
adamjstewartAnkurDedania
authored andcommitted
DOC: fix typo in timeseries documentation (pandas-dev#15666)
1 parent 4cb1cd7 commit 971908e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/timeseries.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ There are several time/date properties that one can access from ``Timestamp`` or
610610
dayofweek,"The numer of the day of the week with Monday=0, Sunday=6"
611611
weekday,"The number of the day of the week with Monday=0, Sunday=6"
612612
weekday_name,"The name of the day in a week (ex: Friday)"
613-
quarter,"Quarter of the date: Jan=Mar = 1, Apr-Jun = 2, etc."
613+
quarter,"Quarter of the date: Jan-Mar = 1, Apr-Jun = 2, etc."
614614
days_in_month,"The number of days in the month of the datetime"
615615
is_month_start,"Logical indicating if first day of month (defined by frequency)"
616616
is_month_end,"Logical indicating if last day of month (defined by frequency)"

0 commit comments

Comments
 (0)