From 44aef23d5620d8ba2e811c6868dff09337ed695a Mon Sep 17 00:00:00 2001 From: ritchie Date: Sat, 1 Mar 2025 10:56:56 +0100 Subject: [PATCH] typo --- docs/source/polars-cloud/run/interactive-batch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/polars-cloud/run/interactive-batch.md b/docs/source/polars-cloud/run/interactive-batch.md index a81975308ee9..bc22c5126a0e 100644 --- a/docs/source/polars-cloud/run/interactive-batch.md +++ b/docs/source/polars-cloud/run/interactive-batch.md @@ -38,7 +38,7 @@ lf.remote(ctx).sink_parquet("s3://bucket/output.parquet") Polars Cloud also supports interactive workflows. Different from batch mode, results are being interactively updated. Polars Cloud will not automatically close the cluster when a result has been -produced, but the cluster stays active and intermediate state can stil be accessed. In interactive +produced, but the cluster stays active and intermediate state can still be accessed. In interactive mode you directly communicate with the compute nodes. Because this mode is used for exploratory use cases and short feedback cycles, the queries are not