Skip to content

Commit

Permalink
docs: fix minor typo in sql.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
amoeba authored and cpcloud committed Nov 17, 2023
1 parent 256767f commit 17aa929
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to/extending/sql.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ another.
## `Backend.sql`

There's also the `Backend.sql` method, which can handle arbitrary `SELECT`
statements as well and return's an Ibis table expression.
statements as well and returns an Ibis table expression.

The main difference with `Table.sql` is that `Backend.sql` **can only refer to
tables that already exist in the database**, because the API is defined on
Expand Down

0 comments on commit 17aa929

Please sign in to comment.