Skip to content

Commit a707778

Browse files
authored
docs: remove incorrect parameters (#10876)
1 parent 152ff3b commit a707778

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

ibis/expr/types/core.py

-2
Original file line numberDiff line numberDiff line change
@@ -792,8 +792,6 @@ def to_json(self, path: str | Path, /, **kwargs: Any) -> None:
792792
793793
Parameters
794794
----------
795-
expr
796-
The ibis expression to execute and persist to Delta Lake table.
797795
path
798796
The data source. A string or Path to the Delta Lake table.
799797
kwargs

ibis/expr/types/relations.py

-2
Original file line numberDiff line numberDiff line change
@@ -3574,8 +3574,6 @@ def to_pandas(
35743574
35753575
Parameters
35763576
----------
3577-
expr
3578-
Ibis expression to execute.
35793577
params
35803578
Mapping of scalar parameter expressions to value.
35813579
limit

0 commit comments

Comments
 (0)