summaryrefslogtreecommitdiffstats
path: root/src/lib/Server/Plugins/Editor.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Server/Plugins/Editor.py')
-rw-r--r--src/lib/Server/Plugins/Editor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/Server/Plugins/Editor.py b/src/lib/Server/Plugins/Editor.py
index b759b4973..ff89d90fd 100644
--- a/src/lib/Server/Plugins/Editor.py
+++ b/src/lib/Server/Plugins/Editor.py
@@ -59,7 +59,7 @@ class Editor(Bcfg2.Server.Plugin.GroupSpool,Bcfg2.Server.Plugin.ProbingPlugin):
es_cls = EditEntrySet
def GetProbes(self, _):
- '''Return a set of probes for execution on client'''
+ '''Return a set of probes for execution on client'''
probelist = list()
for name in self.entries.keys():
probe = lxml.etree.Element('probe')