Skip to content

Commit

Permalink
docs: Fix typo in Getting Started section of user guide (#17465)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcorty authored Jul 7, 2024
1 parent a191a09 commit 326aaa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ For more examples on the CSV file format and other data formats, start with the

## Expressions

`Expressions` are the core strength of Polars. The `expressions` offer a modular structure that allows you to combine simple concepts into complex queries. Below we cover the basic components that serve as building block (or in Polars terminology contexts) for all your queries:
`Expressions` are the core strength of Polars. The `expressions` offer a modular structure that allows you to combine simple concepts into complex queries. Below we cover the basic components that serve as building blocks (or in Polars terminology contexts) for all your queries:

- `select`
- `filter`
Expand Down

0 comments on commit 326aaa8

Please sign in to comment.