Skip to content

Commit 0561b13

Browse files
Saul Pwansoncpcloud
Saul Pwanson
authored andcommitted
fix(typo): in BaseSQLBackend.compile docstring
1 parent 12de5bb commit 0561b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ibis/backends/base/sql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def compile(
209209
params: Mapping[ir.Expr, Any] | None = None,
210210
timecontext: TimeContext | None = None,
211211
) -> Any:
212-
"""Compille an Ibis expression.
212+
"""Compile an Ibis expression.
213213
214214
Parameters
215215
----------

0 commit comments

Comments
 (0)