Skip to content

Commit 1609825

Browse files
authored
[Typo] Fix redundant newline
Redundant newline cause redundant white space on deployment. 'There is also the ThreadPo ol module which is quite similar.' Removed redundant escape sequence to make 'ThreadPo ol` to 'ThreadPool'.
1 parent 5e2833a commit 1609825

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)