Skip to content

Commit

Permalink
docs: fix typo in ir.Table docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
jayceslesar authored and cpcloud committed Nov 18, 2023
1 parent 7d8fe5a commit e3b9611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/expr/types/relations.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ class Table(Expr, _FixedTextJupyterMixin):
- from an existing table in a data platform with
[`connection.table("name")`](./expression-tables.qmd#ibis.backends.duckdb.Backend.table)
- from a file or URL, into a specific backend with
[`connection.read_csv/parsquet/json("path/to/file")`](../backends/duckdb.qmd#ibis.backends.duckdb.Backend.read_csv)
[`connection.read_csv/parquet/json("path/to/file")`](../backends/duckdb.qmd#ibis.backends.duckdb.Backend.read_csv)
(only some backends, typically local ones, support this)
- from a file or URL, into the default backend with
[`ibis.read_csv/read_json/read_parquet("path/to/file")`](./expression-tables.qmd#ibis.read_csv)
Expand Down

0 comments on commit e3b9611

Please sign in to comment.