Skip to content

Commit 0329062

Browse files
Removed blank spaces and tabs in the documentation
1 parent 90551b5 commit 0329062

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pandas/_libs/tslibs/offsets.pyx

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1639,8 +1639,10 @@ class DateOffset(RelativeDeltaOffset, metaclass=OffsetMeta):
16391639
"""
16401640
Standard kind of date increment used for a date range.
16411641
1642-
class pandas.tseries.offsets.DateOffset(n = 1, normalize = False, weekday = 0, **kwds)
1643-
1642+
class pandas.tseries.offsets.DateOffset(
1643+
n = 1, normalize = False, weekday = 0, **kwds
1644+
)
1645+
16441646
Works exactly like the keyword argument form of relativedelta.
16451647
Note that the positional argument form of relativedelta is not
16461648
supported. Use of the keyword n is discouraged-- you would be better

0 commit comments

Comments
 (0)