From 6ce905438451fdb29e31676a27b43d2666c02f7f Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Wed, 12 Sep 2012 11:53:09 +0200 Subject: [PATCH] RAPI client: Fix typo in docstring Also update the copyright header. Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- lib/rapi/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rapi/client.py b/lib/rapi/client.py index d8bc5eb93..6ccf1fb7b 100644 --- a/lib/rapi/client.py +++ b/lib/rapi/client.py @@ -1,7 +1,7 @@ # # -# Copyright (C) 2010, 2011 Google Inc. +# Copyright (C) 2010, 2011, 2012 Google Inc. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -1746,7 +1746,7 @@ class GanetiRapiClient(object): # pylint: disable=R0904 """Assigns nodes to a group. @type group: string - @param group: Node gropu name + @param group: Node group name @type nodes: list of strings @param nodes: List of nodes to assign to the group -- GitLab