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.