summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2012-08-25 08:56:09 +0100
committerLars Wirzenius <liw@liw.fi>2012-08-25 08:56:09 +0100
commitcc92fb0423bb450583d64a17b65c73cf32e41703 (patch)
treef44180c1ff82dd93952e47cbd0f4563af2453f7d
parent0be85843982530676197572d53fa6a08438bfd7f (diff)
parent5b278adc7fded038b5e28850736c2911a8c7da2d (diff)
downloadbgproc-cc92fb0423bb450583d64a17b65c73cf32e41703.tar.gz
Merge
-rw-r--r--example.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.py b/example.py
index ecdef1d..bbecafc 100644
--- a/example.py
+++ b/example.py
@@ -26,7 +26,7 @@ def func(request):
return request
-bg = bgproc.BackgroundProcessing(func, numprocs=2)
+bg = bgproc.BackgroundProcessing(func)
numbers = range(N)
results = []
for i in numbers: