Skip to content

Commit

Permalink
Update docs/source/worker-memory.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Perkins <[email protected]>
  • Loading branch information
crusaderky and sjperkins authored Mar 18, 2022
1 parent ae9d89f commit b82da4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/worker-memory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ User-defined managed memory containers

The design described in the sections above stores data in the worker's RAM, with
automatic spilling to disk when the ``target`` or ``spill`` thresholds are passed.
If one desires a different behaviour, they can pass a ``data=`` parameter when
If one desires a different behaviour, a ``data=`` parameter can be passed when
initializing the :class:`~distributed.worker.Worker` or
:class:`~distributed.nanny.Nanny`.
This optional parameter accepts any of the following values:
Expand Down

0 comments on commit b82da4d

Please sign in to comment.