File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -519,7 +519,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
519
519
-i " pandas.tseries.offsets.BQuarterBegin.normalize GL08" \
520
520
-i " pandas.tseries.offsets.BQuarterBegin.rule_code GL08" \
521
521
-i " pandas.tseries.offsets.BQuarterBegin.startingMonth GL08" \
522
- -i " pandas.tseries.offsets.BQuarterEnd PR02" \
523
522
-i " pandas.tseries.offsets.BQuarterEnd.freqstr SA01" \
524
523
-i " pandas.tseries.offsets.BQuarterEnd.is_on_offset GL08" \
525
524
-i " pandas.tseries.offsets.BQuarterEnd.n GL08" \
@@ -735,7 +734,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
735
734
-i " pandas.tseries.offsets.QuarterBegin.normalize GL08" \
736
735
-i " pandas.tseries.offsets.QuarterBegin.rule_code GL08" \
737
736
-i " pandas.tseries.offsets.QuarterBegin.startingMonth GL08" \
738
- -i " pandas.tseries.offsets.QuarterEnd PR02" \
739
737
-i " pandas.tseries.offsets.QuarterEnd.freqstr SA01" \
740
738
-i " pandas.tseries.offsets.QuarterEnd.is_on_offset GL08" \
741
739
-i " pandas.tseries.offsets.QuarterEnd.n GL08" \
Original file line number Diff line number Diff line change @@ -2756,7 +2756,7 @@ cdef class BQuarterEnd(QuarterOffset):
2756
2756
startingMonth = 2 corresponds to dates like 2/28/2007, 5/31/2007, ...
2757
2757
startingMonth = 3 corresponds to dates like 3/30/2007, 6/29/2007, ...
2758
2758
2759
- Parameters
2759
+ Attributes
2760
2760
----------
2761
2761
n : int, default 1
2762
2762
The number of quarters represented.
@@ -2838,7 +2838,7 @@ cdef class QuarterEnd(QuarterOffset):
2838
2838
startingMonth = 2 corresponds to dates like 2/28/2007, 5/31/2007, ...
2839
2839
startingMonth = 3 corresponds to dates like 3/31/2007, 6/30/2007, ...
2840
2840
2841
- Parameters
2841
+ Attributes
2842
2842
----------
2843
2843
n : int, default 1
2844
2844
The number of quarters represented.
You can’t perform that action at this time.
0 commit comments