Skip to content

Commit aa2e35f

Browse files
Used backticks for kwds to remove warning
1 parent 0329062 commit aa2e35f

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
@@ -1640,7 +1640,7 @@ class DateOffset(RelativeDeltaOffset, metaclass=OffsetMeta):
16401640
Standard kind of date increment used for a date range.
16411641
16421642
class pandas.tseries.offsets.DateOffset(
1643-
n = 1, normalize = False, weekday = 0, **kwds
1643+
n = 1, normalize = False, weekday = 0, ``**kwds``
16441644
)
16451645
16461646
Works exactly like the keyword argument form of relativedelta.

0 commit comments

Comments
 (0)