We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2bf1ff commit ff40c2fCopy full SHA for ff40c2f
pandas/_libs/tslibs/offsets.pyx
@@ -412,12 +412,12 @@ class _BaseOffset(object):
412
**self.kwds)
413
414
def __neg__(self):
415
- # Note: we are defering directly to __mul__ instead of __rmul__, as
+ # Note: we are deferring directly to __mul__ instead of __rmul__, as
416
# that allows us to use methods that can go in a `cdef class`
417
return self * -1
418
419
def copy(self):
420
421
422
return self * 1
423
0 commit comments