Skip to content

Commit

Permalink
docs: fix dask compile docstring typo
Browse files Browse the repository at this point in the history
  • Loading branch information
IndexSeek authored and cpcloud committed Oct 27, 2023
1 parent 3d032f6 commit d38d2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibis/backends/dask/__init__.py
Expand Up @@ -104,7 +104,7 @@ def compile(
Returns
-------
dask.dataframe.core.DataFrame | dask.dataframe.core.Series | das.dataframe.core.Scalar
dask.dataframe.core.DataFrame | dask.dataframe.core.Series | dask.dataframe.core.Scalar
Dask graph.
"""
params = {
Expand Down

0 comments on commit d38d2c4

Please sign in to comment.