Skip to content

Commit ff40c2f

Browse files
apryor6TomAugspurger
authored andcommitted
DOC: Correct minor spelling error (#24770)
1 parent e2bf1ff commit ff40c2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_libs/tslibs/offsets.pyx

+2-2
Original file line numberDiff line numberDiff line change
@@ -412,12 +412,12 @@ class _BaseOffset(object):
412412
**self.kwds)
413413

414414
def __neg__(self):
415-
# Note: we are defering directly to __mul__ instead of __rmul__, as
415+
# Note: we are deferring directly to __mul__ instead of __rmul__, as
416416
# that allows us to use methods that can go in a `cdef class`
417417
return self * -1
418418

419419
def copy(self):
420-
# Note: we are defering directly to __mul__ instead of __rmul__, as
420+
# Note: we are deferring directly to __mul__ instead of __rmul__, as
421421
# that allows us to use methods that can go in a `cdef class`
422422
return self * 1
423423

0 commit comments

Comments
 (0)