Skip to content

Commit 70f840b

Browse files
authored
Merge pull request #43 from hwanseok-dev/master
[Typo] Fix redundant newline
2 parents 1af8651 + 1609825 commit 70f840b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ipython/ParallelProgramming.ipynb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@
151151
"example. [This\n",
152152
"recipe](http://code.activestate.com/recipes/576519/)\n",
153153
"provides a thread Pool() interface with the same API as that found for\n",
154-
"processes (below) which might also be of interest. There is also the [ThreadPo\n",
155-
"ol](http://www.chrisarndt.de/projects/threadpool/)\n",
154+
"processes (below) which might also be of interest. There is also the [ThreadPool](http://www.chrisarndt.de/projects/threadpool/)\n",
156155
"module which is quite similar.\n",
157156
"\n",
158157
"#### Processes\n",

0 commit comments

Comments
 (0)