Skip to content

Commit bbb65b2

Browse files
Update docs/development/architecture.rst
Co-authored-by: Mahesh Vashishtha <[email protected]>
1 parent 8c92384 commit bbb65b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/architecture.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pandas API, but cuts out a large majority of the repetition.
9292
QueryCompilers which are derived from QueryCompilerCaster can participate in automatic casting when
9393
different query compilers, representing different underlying engines, are used together in a
9494
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
95+
be moved to. Each query compiler must implement the function, 'qc_engine_switch_cost' to provide
9696
information and query costs.
9797

9898
Core Modin Dataframe

0 commit comments

Comments
 (0)