Skip to content

Commit 4f866d2

Browse files
committed
Fix docstring error
1 parent 2eae621 commit 4f866d2

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

doc/source/reference/offset_frequency.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ Methods
777777
QuarterBegin.is_year_end
778778

779779
BHalfYearEnd
780-
-----------
780+
------------
781781
.. autosummary::
782782
:toctree: api/
783783

@@ -812,7 +812,7 @@ Methods
812812
BHalfYearEnd.is_year_end
813813

814814
BHalfYearBegin
815-
-------------
815+
--------------
816816
.. autosummary::
817817
:toctree: api/
818818

@@ -847,7 +847,7 @@ Methods
847847
BHalfYearBegin.is_year_end
848848

849849
HalfYearEnd
850-
----------
850+
-----------
851851
.. autosummary::
852852
:toctree: api/
853853

@@ -882,7 +882,7 @@ Methods
882882
HalfYearEnd.is_year_end
883883

884884
HalfYearBegin
885-
------------
885+
-------------
886886
.. autosummary::
887887
:toctree: api/
888888

scripts/validate_rst_title_capitalization.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,11 @@
9292
"BYearBegin",
9393
"BYearEnd",
9494
"YearOffset",
95+
"HalfYearBegin",
96+
"HalfYearEnd",
97+
"BHalfYearBegin",
98+
"BHalfYearEnd",
99+
"HalfYearOffset",
95100
"QuarterBegin",
96101
"QuarterEnd",
97102
"BQuarterBegin",

0 commit comments

Comments
 (0)