Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ipython/ParallelProgramming.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -151,8 +151,7 @@
"example. [This\n",
"recipe](http://code.activestate.com/recipes/576519/)\n",
"provides a thread Pool() interface with the same API as that found for\n",
"processes (below) which might also be of interest. There is also the [ThreadPo\n",
"ol](http://www.chrisarndt.de/projects/threadpool/)\n",
"processes (below) which might also be of interest. There is also the [ThreadPool](http://www.chrisarndt.de/projects/threadpool/)\n",
"module which is quite similar.\n",
"\n",
"#### Processes\n",
Expand Down