From f2fd87d7811dc89baf9a582ac22ee41fbb55b7df Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Fri, 19 Jun 2009 12:36:18 +0200 Subject: [PATCH] Fix some small epydoc warnings Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: Guido Trotter <ultrotter@google.com> --- lib/cmdlib.py | 8 ++++---- scripts/gnt-instance | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/cmdlib.py b/lib/cmdlib.py index 046799d48..bda05fab9 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -6015,11 +6015,11 @@ class LUSetInstanceParams(LogicalUnit): """Return the new params dict for the given params. @type old_params: dict - @type old_params: old parameters + @param old_params: old parameters @type update_dict: dict - @type update_dict: dict containing new parameter values, - or constants.VALUE_DEFAULT to reset the - parameter to its default value + @param update_dict: dict containing new parameter values, + or constants.VALUE_DEFAULT to reset the + parameter to its default value @type default_values: dict @param default_values: default values for the filled parameters @type parameter_types: dict diff --git a/scripts/gnt-instance b/scripts/gnt-instance index 3ac16d7b1..12152e85f 100755 --- a/scripts/gnt-instance +++ b/scripts/gnt-instance @@ -160,7 +160,7 @@ def _EnsureInstancesExist(client, names): This function will raise an OpPrereqError in case they don't exist. Otherwise it will exit cleanly. - @type client: L{luxi.Client} + @type client: L{ganeti.luxi.Client} @param client: the client to use for the query @type names: list @param names: the list of instance names to query -- GitLab