app/soc/modules/ghop/models/task.py
changeset 3084 cac43a6cb986
parent 3083 f384c0a42920
child 3085 ded7a67e7e0a
--- a/app/soc/modules/ghop/models/task.py	Tue Nov 10 13:59:15 2009 +0100
+++ b/app/soc/modules/ghop/models/task.py	Tue Nov 10 14:00:15 2009 +0100
@@ -129,8 +129,7 @@
 
   @classmethod
   def delete_tag(cls, scope, tag_name):
-    """Copy a tag with a given scope and tag_name to another tag with
-    new tag_name.
+    """Delete a tag with a given scope and tag_name.
     """
     tag = cls.get_by_scope_and_name(scope, tag_name)