Skip to content

Commit

Permalink
docs: spelling error on getting_started.md (#19200)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbutterwick authored Oct 13, 2024
1 parent 449ccf0 commit db3f504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/user-guide/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ In the example below we combine some of the contexts we have seen so far to crea
Polars provides a number of tools to combine two dataframes.
In this section, we show an example of a join and an example of a concatenation.

### Joinining dataframes
### Joining dataframes

Polars provides many different join algorithms.
The example below shows how to use a left outer join to combine two dataframes when a column can be used as a unique identifier to establish a correspondence between rows across the dataframes:
Expand Down

0 comments on commit db3f504

Please sign in to comment.