Skip to content

Commit

Permalink
DOC fixed typo in the doc (#831)
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Jan 18, 2022
1 parent cf6615b commit c58ae67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/parallelism.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ up Dask workers that, using this environment variable, each see one
GPU only. On the PyTorch side, we'll have to make sure to set the
device to ``cuda`` when we initialize the :class:`.NeuralNet` class.

Let's run through the steps. First, install Dask and dask.distrubted::
Let's run through the steps. First, install Dask and dask.distributed::

pip install dask distributed

Expand Down

0 comments on commit c58ae67

Please sign in to comment.