Skip to content

Commit

Permalink
Fix typo in %parallel magic docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dsblank committed Sep 11, 2018
1 parent 09e3e24 commit 36fcede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metakernel/magics/parallel_magic.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def line_parallel(self, module_name, class_name, kernel_name="default", ids=None
%parallel bash_kernel BashKernel
%parallel bash_kernel BashKernel -k bash
%parallel bash_kernel BashKernel --i [0,2:5,9,...]
%parallel bash_kernel BashKernel -i [0,2:5,9,...]
cluster_size and cluster_rank variables are set upon
initialization of the remote node (if the kernel
Expand Down

0 comments on commit 36fcede

Please sign in to comment.