Skip to content

Commit

Permalink
Merge pull request #125 from bphi/patch-1
Browse files Browse the repository at this point in the history
Update core.py
  • Loading branch information
yuvipanda committed Feb 14, 2019
2 parents 2c8af60 + 2d002c0 commit 4ba83a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_kubernetes/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ class KubeCluster(Cluster):
Parameters
----------
pod_template: kubernetes.client.V1PodSpec
pod_template: kubernetes.client.V1Pod
A Kubernetes specification for a Pod for a dask worker.
name: str (optional)
Name given to the pods. Defaults to ``dask-$USER-random``
Expand Down

0 comments on commit 4ba83a7

Please sign in to comment.