Skip to content

Commit

Permalink
Replace pangeo by dask_jobqueue in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
lesteve committed Apr 12, 2018
1 parent bdb2c26 commit 2e406ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dask_jobqueue/slurm.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class SLURMCluster(JobQueueCluster):
Examples
--------
>>> from pangeo import SLURMCluster
>>> from dask_jobqueue import SLURMCluster
>>> cluster = SLURMCluster(processes=6, threads=4, memory="16GB", \
env_extra=['export LANG="en_US.utf8"', \
'export LANGUAGE="en_US.utf8"', 'export LC_ALL="en_US.utf8"'])
Expand Down

0 comments on commit 2e406ae

Please sign in to comment.