Skip to content

Commit 44747c8

Browse files
jbrockmendeljreback
authored andcommitted
typo fix evalute_compare-->evaluate_compare (#17688)
1 parent d3be81a commit 44747c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: pandas/core/indexes/base.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3742,7 +3742,7 @@ def _evaluate_with_timedelta_like(self, other, op, opstr):
37423742
def _evaluate_with_datetime_like(self, other, op, opstr):
37433743
raise TypeError("can only perform ops with datetime like values")
37443744

3745-
def _evalute_compare(self, op):
3745+
def _evaluate_compare(self, op):
37463746
raise base.AbstractMethodError(self)
37473747

37483748
@classmethod

0 commit comments

Comments
 (0)