Skip to content

Commit

Permalink
Typo in KubeCluster docstring example
Browse files Browse the repository at this point in the history
  • Loading branch information
ogrisel committed Mar 29, 2018
1 parent 5ba08f7 commit 54dbaec
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 @@ -67,7 +67,7 @@ class KubeCluster(Cluster):
>>> pod_spec = make_pod_spec(image='daskdev/dask:latest',
... memory_limit='4G', memory_request='4G',
... cpu_limit=1, cpu_request=1,
... env={'EXTRA_PIP_PACKAGES': 'fastparquet git+https://github.com/dask/distributed')
... env={'EXTRA_PIP_PACKAGES': 'fastparquet git+https://github.com/dask/distributed'})
>>> cluster = KubeCluster(pod_spec)
>>> cluster.scale_up(10)
Expand Down

0 comments on commit 54dbaec

Please sign in to comment.