Cosmetic
This commit is contained in:
@@ -23,7 +23,6 @@ def process_words():
|
|||||||
word_freqs[word] = 1
|
word_freqs[word] = 1
|
||||||
freq_space.put(word_freqs)
|
freq_space.put(word_freqs)
|
||||||
|
|
||||||
|
|
||||||
# Let's create the workers and launch them at their jobs
|
# Let's create the workers and launch them at their jobs
|
||||||
workers = []
|
workers = []
|
||||||
for i in range(5):
|
for i in range(5):
|
||||||
|
|||||||
Reference in New Issue
Block a user