Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hvsesha committed Nov 3, 2023
1 parent fe48ca8 commit 0d32a4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/_libs/tslibs/offsets.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2811,7 +2811,7 @@ cdef class QuarterBegin(QuarterOffset):
_prefix = "QS"
_day_opt = "start"

cdef readonly:
cdef readonly:
int _period_dtype_code

def __init__(self, n=1, normalize=False, startingMonth=None):
Expand Down

0 comments on commit 0d32a4b

Please sign in to comment.