Skip to content

Commit

Permalink
docs: fix spelling issues (#9563)
Browse files Browse the repository at this point in the history
  • Loading branch information
cratiu222 authored Jul 13, 2024
1 parent 0e49b97 commit 92eda02
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/concepts/who.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ GitHub](https://github.com/ibis-project/ibis/graphs/contributors).
## History

Ibis was originally created by [Wes McKinney](https://wesmckinney.com/). Wes
created pandas, co-created Apache Arrrow, and co-founded Voltron Data (among
created pandas, co-created Apache Arrow, and co-founded Voltron Data (among
other things). Ibis was initially a pandas-like dataframe library for Apache
Impala, but has since grown to support many other backends and mature under the
stewardship of [Phillip Cloud](https://github.com/cpcloud) and others on the
Expand Down
2 changes: 1 addition & 1 deletion docs/how-to/extending/builtin.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ a defined API for a built-in database function.
See [the reference documentation](../../reference/index.qmd) for existing APIs.
:::

Let's the use the DuckDB backend to demonstrate how to access an aggregate
Let's use the DuckDB backend to demonstrate how to access an aggregate
function that isn't exposed in ibis:
[`kurtosis`](https://en.wikipedia.org/wiki/Kurtosis).

Expand Down

0 comments on commit 92eda02

Please sign in to comment.