@@ -882,11 +882,11 @@ into ``freq`` keyword arguments. The available date offsets and associated frequ
882882 :class: `~pandas.tseries.offsets.BMonthBegin ` or :class: `~pandas.tseries.offsets.BusinessMonthBegin `, ``'BMS' ``, "business month begin"
883883 :class: `~pandas.tseries.offsets.CBMonthEnd ` or :class: `~pandas.tseries.offsets.CustomBusinessMonthEnd `, ``'CBME' ``, "custom business month end"
884884 :class: `~pandas.tseries.offsets.CBMonthBegin ` or :class: `~pandas.tseries.offsets.CustomBusinessMonthBegin `, ``'CBMS' ``, "custom business month begin"
885- :class: `~pandas.tseries.offsets.SemiMonthEnd `, ``'SM ' ``, "15th (or other day_of_month) and calendar month end"
885+ :class: `~pandas.tseries.offsets.SemiMonthEnd `, ``'SME ' ``, "15th (or other day_of_month) and calendar month end"
886886 :class: `~pandas.tseries.offsets.SemiMonthBegin `, ``'SMS' ``, "15th (or other day_of_month) and calendar month begin"
887887 :class: `~pandas.tseries.offsets.QuarterEnd `, ``'QE' ``, "calendar quarter end"
888888 :class: `~pandas.tseries.offsets.QuarterBegin `, ``'QS' ``, "calendar quarter begin"
889- :class: `~pandas.tseries.offsets.BQuarterEnd `, ``'BQ ``, "business quarter end"
889+ :class: `~pandas.tseries.offsets.BQuarterEnd `, ``'BQE ``, "business quarter end"
890890 :class: `~pandas.tseries.offsets.BQuarterBegin `, ``'BQS' ``, "business quarter begin"
891891 :class: `~pandas.tseries.offsets.FY5253Quarter `, ``'REQ' ``, "retail (aka 52-53 week) quarter"
892892 :class: `~pandas.tseries.offsets.YearEnd `, ``'YE' ``, "calendar year end"
@@ -1241,15 +1241,15 @@ frequencies. We will refer to these aliases as *offset aliases*.
12411241 "D", "calendar day frequency"
12421242 "W", "weekly frequency"
12431243 "ME", "month end frequency"
1244- "SM ", "semi-month end frequency (15th and end of month)"
1244+ "SME ", "semi-month end frequency (15th and end of month)"
12451245 "BME", "business month end frequency"
12461246 "CBME", "custom business month end frequency"
12471247 "MS", "month start frequency"
12481248 "SMS", "semi-month start frequency (1st and 15th)"
12491249 "BMS", "business month start frequency"
12501250 "CBMS", "custom business month start frequency"
12511251 "QE", "quarter end frequency"
1252- "BQ ", "business quarter end frequency"
1252+ "BQE ", "business quarter end frequency"
12531253 "QS", "quarter start frequency"
12541254 "BQS", "business quarter start frequency"
12551255 "YE", "year end frequency"
@@ -1686,7 +1686,7 @@ the end of the interval.
16861686 .. warning ::
16871687
16881688 The default values for ``label `` and ``closed `` is '**left **' for all
1689- frequency offsets except for 'ME', 'YE', 'QE', 'BME', 'BY', 'BQ ', and 'W'
1689+ frequency offsets except for 'ME', 'YE', 'QE', 'BME', 'BY', 'BQE ', and 'W'
16901690 which all have a default of 'right'.
16911691
16921692 This might unintendedly lead to looking ahead, where the value for a later
0 commit comments