Skip to content

Commit

Permalink
docs(tutorial): fix typo in ibis-for-sql-users.qmd (#10549)
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak authored Dec 2, 2024
1 parent 0b99e47 commit 6cf461f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/ibis-for-sql-users.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ ibis.to_sql(joined)

If you pass a function instead of a string or Ibis expression in any projection
context, it will be invoked with the "parent" table as its argument. This can
help significantly when [composing complex operations. Consider this SQL:
help significantly when composing complex operations. Consider this SQL:

```sql
SELECT one, avg(abs(the_sum)) AS mad
Expand Down

0 comments on commit 6cf461f

Please sign in to comment.