Skip to content

Commit

Permalink
Fixing typo in core.py (#454)
Browse files Browse the repository at this point in the history
"dasboard_address" should be "dashboard_address"
  • Loading branch information
vsoch committed Jul 27, 2020
1 parent 0049ba7 commit d7afbfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_jobqueue/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
A dask.distributed security object if you're using TLS/SSL
scheduler_options : dict
Used to pass additional arguments to Dask Scheduler. For example use
``scheduler_options={'dasboard_address': ':12435'}`` to specify which
``scheduler_options={'dashboard_address': ':12435'}`` to specify which
port the web dashboard should use or ``scheduler_options={'host': 'your-host'}``
to specify the host the Dask scheduler should run on. See
:class:`distributed.Scheduler` for more details.
Expand Down

0 comments on commit d7afbfe

Please sign in to comment.