Skip to content

Commit cff2ed2

Browse files
authored
fix typo in docstring (#495)
1 parent 42bcf98 commit cff2ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dask_kubernetes/classic/kubecluster.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ class KubeCluster(SpecCluster):
353353
Run the scheduler as "local" or "remote".
354354
Defaults to ``"remote"``.
355355
**kwargs: dict
356-
Additional keyword arguments to pass to LocalCluster
356+
Additional keyword arguments to pass to SpecCluster
357357
358358
Examples
359359
--------

0 commit comments

Comments
 (0)