Skip to content

Commit 90551b5

Browse files
Started the doc with the summary line already existing
1 parent facecf8 commit 90551b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1637,10 +1637,10 @@ class OffsetMeta(type):
16371637
# TODO: figure out a way to use a metaclass with a cdef class
16381638
class DateOffset(RelativeDeltaOffset, metaclass=OffsetMeta):
16391639
"""
1640-
class pandas.tseries.offsets.DateOffset(n = 1, normalize = False, weekday = 0, **kwds)
1641-
16421640
Standard kind of date increment used for a date range.
16431641
1642+
class pandas.tseries.offsets.DateOffset(n = 1, normalize = False, weekday = 0, **kwds)
1643+
16441644
Works exactly like the keyword argument form of relativedelta.
16451645
Note that the positional argument form of relativedelta is not
16461646
supported. Use of the keyword n is discouraged-- you would be better

0 commit comments

Comments
 (0)