We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c92384 commit bbb65b2Copy full SHA for bbb65b2
docs/development/architecture.rst
@@ -92,7 +92,7 @@ pandas API, but cuts out a large majority of the repetition.
92
QueryCompilers which are derived from QueryCompilerCaster can participate in automatic casting when
93
different query compilers, representing different underlying engines, are used together in a
94
function. A relative "cost" of casting is used to determine which query compiler everything should
95
-be moved to. Each query compiler must implement the function, 'qc_engine_switch_cost' to provides
+be moved to. Each query compiler must implement the function, 'qc_engine_switch_cost' to provide
96
information and query costs.
97
98
Core Modin Dataframe
0 commit comments