Skip to content

Commit 17aa929

Browse files
amoebacpcloud
authored andcommitted
docs: fix minor typo in sql.qmd
1 parent 256767f commit 17aa929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/how-to/extending/sql.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ another.
120120
## `Backend.sql`
121121

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

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

0 commit comments

Comments
 (0)