summaryrefslogtreecommitdiffstats
path: root/pyload/threads
diff options
context:
space:
mode:
Diffstat (limited to 'pyload/threads')
-rw-r--r--pyload/threads/ThreadManager.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pyload/threads/ThreadManager.py b/pyload/threads/ThreadManager.py
index 62664a590..298b0402d 100644
--- a/pyload/threads/ThreadManager.py
+++ b/pyload/threads/ThreadManager.py
@@ -36,8 +36,7 @@ from InfoThread import InfoThread
class ThreadManager:
- """manages the download threads, assign jobs, reconnect etc"""
-
+ """manages all non download related threads and jobs """
def __init__(self, core):
"""Constructor"""