Skip to content

Commit f2d8565

Browse files
em1208pmhatre1
authored andcommitted
Fix for small typo (pandas-dev#57502)
1 parent 2074948 commit f2d8565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/_libs/tslibs/offsets.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1544,7 +1544,7 @@ class DateOffset(RelativeDeltaOffset, metaclass=OffsetMeta):
15441544
Standard kind of date increment used for a date range.
15451545
15461546
Works exactly like the keyword argument form of relativedelta.
1547-
Note that the positional argument form of relativedelata is not
1547+
Note that the positional argument form of relativedelta is not
15481548
supported. Use of the keyword n is discouraged-- you would be better
15491549
off specifying n in the keywords you use, but regardless it is
15501550
there for you. n is needed for DateOffset subclasses.

0 commit comments

Comments
 (0)