diff --git a/docs/source/whatsnew/version0.9.txt b/docs/source/whatsnew/version0.9.txt index 3d73ee2..511fbb9 100644 --- a/docs/source/whatsnew/version0.9.txt +++ b/docs/source/whatsnew/version0.9.txt @@ -73,7 +73,7 @@ New features * The parallel function capabilities have been reworks. The major changes are that i) there is now an `@parallel` magic that creates parallel functions, - ii) the syntax for mulitple variable follows that of `map`, iii) both the + ii) the syntax for multiple variable follows that of `map`, iii) both the multiengine and task controller now have a parallel function implementation. * All of the parallel computing capabilities from `ipython1-dev` have been