Skip to content

Commit

Permalink
docs: fix typo in delta-lake-polars.md (#2285)
Browse files Browse the repository at this point in the history
# Description

Correct the spelling of `without`.

# Related Issue(s)

N/A

# Documentation

N/A
  • Loading branch information
vladdoster authored Mar 13, 2024
1 parent 9a7ee6f commit 6b39cb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/delta-lake-polars.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"))
Expand Down

0 comments on commit 6b39cb9

Please sign in to comment.