summaryrefslogtreecommitdiffstats
path: root/deluge/component.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/component.py')
-rw-r--r--deluge/component.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/deluge/component.py b/deluge/component.py
index 28e663344..b7b7ab3e4 100644
--- a/deluge/component.py
+++ b/deluge/component.py
@@ -293,7 +293,8 @@ class ComponentRegistry(object):
obj (Component): a component object to deregister
Returns:
- Deferred: a deferred object that will fire once the Component has been sucessfully deregistered
+ Deferred: a deferred object that will fire once the Component has been
+ successfully deregistered
"""
if obj in self.components.values():