From 1c59d1b73cd85934381ae7dae0a8e2a7a30e42fd 2012-05-30 19:33:09 From: timo Date: 2012-05-30 19:33:09 Subject: [PATCH] fix a typo, add a comment. about @require and heterogenous clients. --- diff --git a/docs/source/parallel/parallel_multiengine.txt b/docs/source/parallel/parallel_multiengine.txt index 7083708..54f9746 100644 --- a/docs/source/parallel/parallel_multiengine.txt +++ b/docs/source/parallel/parallel_multiengine.txt @@ -677,7 +677,10 @@ You can also specify imports via the ``@require`` decorator. This is a decorato designed for use in Dependencies, but can be used to handle remote imports as well. Modules or module names passed to ``@require`` will be imported before the decorated function is called. If they cannot be imported, the decorated function will never -execution, and will fail with an UnmetDependencyError. +execute and will fail with an UnmetDependencyError. + +.. + what about single engines failing to import? will none of them execute the function? .. sourcecode:: ipython