From 412b353148840e679860f8a51c77fb89c3042e9e Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Sat, 30 Oct 2010 10:15:58 +0100 Subject: [PATCH] Improve LookupNodeGroup's docstring Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- lib/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/config.py b/lib/config.py index abc9a0ca2..fad978df5 100644 --- a/lib/config.py +++ b/lib/config.py @@ -854,12 +854,12 @@ class ConfigWriter: @locking.ssynchronized(_config_lock, shared=1) def LookupNodeGroup(self, target): - """Lookup a node group. + """Lookup a node group's UUID. @type target: string or None - @param target: group name or uuid or None to look for the default + @param target: group name or UUID or None to look for the default @rtype: string - @return: nodegroup uuid + @return: nodegroup UUID @raises errors.OpPrereqError: when the target group cannot be found """ -- GitLab