From a19479438fbb173d9cc21ec966bd07ca4fe51cd7 2011-10-09 19:24:01 From: Jens H. Nielsen Date: 2011-10-09 19:24:01 Subject: [PATCH] remove leftover ( --- diff --git a/IPython/parallel/client/view.py b/IPython/parallel/client/view.py index a5eb8ca..085a92d 100644 --- a/IPython/parallel/client/view.py +++ b/IPython/parallel/client/view.py @@ -786,7 +786,7 @@ class LoadBalancedView(View): or targets can be specified, to restrict the potential destinations: - >>> v = client.client.load_balanced_view(([1,3]) + >>> v = client.client.load_balanced_view([1,3]) which would restrict loadbalancing to between engines 1 and 3.