Skip to content

Commit

Permalink
fix docstring for _get_cluster_dask_gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
bolliger32 committed Nov 5, 2020
1 parent 69fbdb3 commit fee3087
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rhg_compute_tools/kubernetes.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ def _get_cluster_dask_gateway(**kwargs):
"""
Start dask.kubernetes cluster and dask.distributed client
All arguments are optional. If not provided, arguments will default to
values provided in ``template_path``.
All arguments are optional. If not provided, defaults will be used. To view
defaults, instantiate a :class:`dask_gateway.Gateway` object and call
`gateway.cluster_options()`.
Parameters
----------
Expand Down

0 comments on commit fee3087

Please sign in to comment.