# HG changeset patch # User Daniel Hans # Date 1257858015 -3600 # Node ID cac43a6cb98678fe7b14ec671ea0b7b8a5a29e8a # Parent f384c0a429200e59fe955ad7313de3b2e5639078 Docstring fix for delete_tag function. diff -r f384c0a42920 -r cac43a6cb986 app/soc/modules/ghop/models/task.py --- 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)