From 566db1f20595058809a3319d3676d692d378f02f Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Thu, 22 Mar 2012 21:00:06 +0000 Subject: [PATCH] Fix docstring bug MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix a typo introduced in commit c85b15c1, which breaks epydoc. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: RenΓ© Nussbaumer <rn@google.com> --- lib/cmdlib.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cmdlib.py b/lib/cmdlib.py index 95e4abb92..fac3d1833 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -1,7 +1,7 @@ # # -# Copyright (C) 2006, 2007, 2008, 2009, 2010, 2011 Google Inc. +# Copyright (C) 2006, 2007, 2008, 2009, 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 @@ -570,7 +570,7 @@ def _CheckInstancesNodeGroups(cfg, instances, owned_groups, owned_nodes, @type owned_nodes: iterable of string @param owned_nodes: List of owned nodes @type cur_group_uuid: string or None - @type cur_group_uuid: Optional group UUID to check against instance's groups + @param cur_group_uuid: Optional group UUID to check against instance's groups """ for (name, inst) in instances.items(): -- GitLab