Skip to content

Commit 5afba86

Browse files
Update modin/tests/pandas/native_df_interoperability/test_compiler_caster.py
Co-authored-by: Mahesh Vashishtha <[email protected]>
1 parent bbb65b2 commit 5afba86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modin/tests/pandas/native_df_interoperability/test_compiler_caster.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def qc_engine_switch_cost(self, other_qc_cls):
8686

8787

8888
class AdversarialQC(NativeQueryCompiler):
89-
"Represents a query compiler which returns non-sensiscal costs"
89+
"Represents a query compiler which returns non-sensical costs"
9090

9191
def __init__(self, pandas_frame):
9292
self._modin_frame = pandas_frame

0 commit comments

Comments
 (0)