Skip to content

Commit e3b9611

Browse files
jayceslesarcpcloud
authored andcommitted
docs: fix typo in ir.Table docstring
1 parent 7d8fe5a commit e3b9611

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibis/expr/types/relations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ class Table(Expr, _FixedTextJupyterMixin):
130130
- from an existing table in a data platform with
131131
[`connection.table("name")`](./expression-tables.qmd#ibis.backends.duckdb.Backend.table)
132132
- from a file or URL, into a specific backend with
133-
[`connection.read_csv/parsquet/json("path/to/file")`](../backends/duckdb.qmd#ibis.backends.duckdb.Backend.read_csv)
133+
[`connection.read_csv/parquet/json("path/to/file")`](../backends/duckdb.qmd#ibis.backends.duckdb.Backend.read_csv)
134134
(only some backends, typically local ones, support this)
135135
- from a file or URL, into the default backend with
136136
[`ibis.read_csv/read_json/read_parquet("path/to/file")`](./expression-tables.qmd#ibis.read_csv)

0 commit comments

Comments
 (0)