Skip to content

Commit

Permalink
Minor nitpick around autodoc obj -> class
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca committed May 16, 2022
1 parent 7cd61ba commit faf5bf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/fugue.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ In order to offer a "best of both worlds" solution, dask-sql includes several op
dask-sql as a FugueSQL engine
-----------------------------

FugueSQL users unfamiliar with dask-sql can take advantage of its functionality with minimal code changes by passing :obj:`dask_sql.integrations.fugue.DaskSQLExecutionEngine` into the ``FugueSQLWorkflow`` being used to execute commands.
FugueSQL users unfamiliar with dask-sql can take advantage of its functionality with minimal code changes by passing :class:`dask_sql.integrations.fugue.DaskSQLExecutionEngine` into the ``FugueSQLWorkflow`` being used to execute commands.
For more information and sample usage, see `Fugue — dask-sql as a FugueSQL engine <https://fugue-tutorials.readthedocs.io/tutorials/integrations/dasksql.html>`_.

Using FugueSQL on an existing ``Context``
Expand Down

0 comments on commit faf5bf3

Please sign in to comment.