From 6b39cb9247bf119b3494c57262e467b3e78b0b29 Mon Sep 17 00:00:00 2001 From: vladislav doster <10052309+vladdoster@users.noreply.github.com> Date: Wed, 13 Mar 2024 09:39:44 -0500 Subject: [PATCH] docs: fix typo in delta-lake-polars.md (#2285) # Description Correct the spelling of `without`. # Related Issue(s) N/A # Documentation N/A --- docs/integrations/delta-lake-polars.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/integrations/delta-lake-polars.md b/docs/integrations/delta-lake-polars.md index 0e029847e8..eec9a7c2f4 100644 --- a/docs/integrations/delta-lake-polars.md +++ b/docs/integrations/delta-lake-polars.md @@ -132,7 +132,7 @@ print(pl.read_delta("tmp/bear_delta_lake", version=1)) +-----+ ``` -Read the Delta table wihout specifying a version and see how it reads the latest version by default: +Read the Delta table without specifying a version and see how it reads the latest version by default: ``` print(pl.read_delta("tmp/bear_delta_lake"))