From d1b6262e17c69477bde5987f605d7ab94e033503 Mon Sep 17 00:00:00 2001 From: Adeodato Simo <dato@google.com> Date: Thu, 2 Dec 2010 12:47:19 +0000 Subject: [PATCH] cmdlib: fix typos in the docstring for LogicalUnit Signed-off-by: Adeodato Simo <dato@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- lib/cmdlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cmdlib.py b/lib/cmdlib.py index d0b6a368e..db0e82cd6 100644 --- a/lib/cmdlib.py +++ b/lib/cmdlib.py @@ -106,7 +106,7 @@ class LogicalUnit(object): @ivar dry_run_result: the value (if any) that will be returned to the caller in dry-run mode (signalled by opcode dry_run parameter) - @cvar _OP_PARAMS: a list of opcode attributes, their defaults values + @cvar _OP_PARAMS: a list of opcode attributes, the default values they should get if not already defined, and types they must match """ -- GitLab