From 062bfdf0dec31adc81c9eec66aa0126a37321f5f 2012-02-08 21:15:42 From: Ben Edwards Date: 2012-02-08 21:15:42 Subject: [PATCH] Changed documentation so it correctly identifies it as quieting the attempt at an import, and not the success of the import. --- diff --git a/IPython/parallel/client/view.py b/IPython/parallel/client/view.py index b354955..f263abd 100644 --- a/IPython/parallel/client/view.py +++ b/IPython/parallel/client/view.py @@ -408,8 +408,8 @@ class DirectView(View): If `local=True`, then the package will also be imported locally. - If `quiet=True`, then no message concerning the success of import will be - reported. + If `quiet=True`, no output will be produced when attempting remote + imports. Note that remote-only (`local=False`) imports have not been implemented.