From 1730d4a1ab56ef36d082b614d3d0ab13f3e14a85 Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Thu, 24 Nov 2011 13:02:36 +0100 Subject: [PATCH] ConfigWriter: Fix epydoc error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The parameter is called βmodsβ, not βmodesβ. Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Andrea Spadaccini <spadaccio@google.com> --- lib/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/config.py b/lib/config.py index e77bb3407..6d0d860fd 100644 --- a/lib/config.py +++ b/lib/config.py @@ -1523,7 +1523,7 @@ class ConfigWriter: """Changes the group of a number of nodes. @type mods: list of tuples; (node name, new group UUID) - @param modes: Node membership modifications + @param mods: Node membership modifications """ groups = self._config_data.nodegroups -- GitLab