diff --git a/docs/source/parallel/parallel_multiengine.rst b/docs/source/parallel/parallel_multiengine.rst index babd4b9..0b5a91f 100644 --- a/docs/source/parallel/parallel_multiengine.rst +++ b/docs/source/parallel/parallel_multiengine.rst @@ -509,7 +509,7 @@ Any imports made inside the block will also be performed on the view's engines. sync_imports also takes a `local` boolean flag that defaults to True, which specifies whether the local imports should also be performed. However, support for `local=False` has not been implemented, so only packages that can be imported locally will work -this way. Note, that the usual renaming of the import handle in the same line like in +this way. Note that the usual renaming of the import handle in the same line like in `import matplotlib.pyplot as plt' does not work on the remote engine, the `as plt` is ignored remotely, while it executes locally. One could rename the remote handle with `%px plt = pyplot` though after the import.