From 727407562277209b2766baf6a2c0c13666e95b17 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Mon, 2 May 2011 15:00:26 +0200 Subject: [PATCH] A few docstring fixes At least one generates an epydoc error :) Signed-off-by: Iustin Pop Reviewed-by: Michael Hanselmann --- lib/cmdlib.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/cmdlib.py b/lib/cmdlib.py index b1a0f50..fb6dbe3 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -1444,7 +1444,7 @@ class LUClusterVerify(LogicalUnit): ntime_diff) def _VerifyNodeLVM(self, ninfo, nresult, vg_name): - """Check the node time. + """Check the node LVM results. @type ninfo: L{objects.Node} @param ninfo: the node to check @@ -1486,7 +1486,7 @@ class LUClusterVerify(LogicalUnit): @type ninfo: L{objects.Node} @param ninfo: the node to check @param nresult: the remote results for the node - @param vg_name: the expected list of bridges + @param bridges: the expected list of bridges """ if not bridges: @@ -1504,7 +1504,7 @@ class LUClusterVerify(LogicalUnit): utils.CommaJoin(sorted(missing))) def _VerifyNodeNetwork(self, ninfo, nresult): - """Check the node time. + """Check the node network connectivity results. @type ninfo: L{objects.Node} @param ninfo: the node to check -- 1.7.10.4