Skip to content

Commit 2ef98c5

Browse files
committed
Doc: fix whitespace so that lists are formatted correctly in parallel computing section
1 parent dcde391 commit 2ef98c5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/manual/parallel-computing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ enabling Julia's natural parallelism to function quite transparently
670670
in a cluster environment. The ``ClusterManager`` interface provides a
671671
way to specify a means to launch and manage worker processes.
672672

673-
Thus, a custom cluster manager would need to :
673+
Thus, a custom cluster manager would need to:
674674

675675
- be a subtype of the abstract ``ClusterManager``
676676
- implement ``launch``, a method responsible for launching new workers
@@ -726,6 +726,7 @@ where:
726726
the worker.
727727

728728
The ``manage`` method takes the following arguments:
729+
729730
- ``manager::ClusterManager`` - used to dispatch the call to the appropriate implementation
730731
- ``id::Integer`` - The Julia process id
731732
- ``config::Dict`` - configuration dictionary for the worker. The data may have been modified by the ``launch`` method

0 commit comments

Comments
 (0)