Skip to content

Commit 54280b9

Browse files
authored
DOC: removed hypen to fix docs build numpydoc warnings (#50890)
removed hypen to fix docs build numpydoc warnings
1 parent 81bc66d commit 54280b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2792,7 +2792,7 @@ cdef class Week(SingleConstructorOffset):
27922792
2nd week of each month.
27932793
27942794
Examples
2795-
---------
2795+
--------
27962796
27972797
>>> date_object = pd.Timestamp("2023-01-13")
27982798
>>> date_object

0 commit comments

Comments
 (0)