From 98f568a68dde4cb339f92bb024f3cb1e1f2a017c 2012-05-30 19:08:03 From: timo Date: 2012-05-30 19:08:03 Subject: [PATCH] monotonize input numbering in an ipython code block --- diff --git a/docs/source/parallel/parallel_multiengine.txt b/docs/source/parallel/parallel_multiengine.txt index 4bbca05..a239014 100644 --- a/docs/source/parallel/parallel_multiengine.txt +++ b/docs/source/parallel/parallel_multiengine.txt @@ -377,7 +377,7 @@ The following examples demonstrate how to use the instance attributes: In [19]: ar.get() Out[19]: [10, 10] - In [16]: dview.targets = v.client.ids # all engines (4) + In [20]: dview.targets = v.client.ids # all engines (4) In [21]: dview.block = True