We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8023029 commit 844d5fbCopy full SHA for 844d5fb
pandas/tseries/offsets.py
@@ -814,7 +814,7 @@ def apply(self, other):
814
815
if bd != 0:
816
skip_bd = BusinessDay(n=bd)
817
- # midnight busienss hour may not on BusinessDay
+ # midnight business hour may not on BusinessDay
818
if not self.next_bday.onOffset(other):
819
remain = other - self._prev_opening_time(other)
820
other = self._next_opening_time(other + skip_bd) + remain
0 commit comments