summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/Server/Plugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Plugin.py b/src/lib/Server/Plugin.py
index 6507d6086..ee7ae7a53 100644
--- a/src/lib/Server/Plugin.py
+++ b/src/lib/Server/Plugin.py
@@ -706,7 +706,7 @@ class EntrySet:
raise PluginExecutionError
class GroupSpool(Plugin, Generator):
- '''The TGenshi generator implements a templating mechanism for configuration files'''
+ '''Unified interface for handling group-specific data (e.g. .G## files)'''
name = 'GroupSpool'
__version__ = '$Id$'
__author__ = 'bcfg-dev@mcs.anl.gov'