From a38e8674b2ce418534b0a5e26e8e61e581b9544a Mon Sep 17 00:00:00 2001 From: Michael Hanselmann <hansmi@google.com> Date: Fri, 24 Sep 2010 17:27:20 +0200 Subject: [PATCH] Fix docstring typo in jqueue._JobProcessor._MarkWaitlock MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit epydoc complained: βFile β¦/ganeti/jqueue.py, line 886, in ganeti.jqueue._JobProcessor._MarkWaitlock Warning: Redefinition of type for jobβ Signed-off-by: Michael Hanselmann <hansmi@google.com> Reviewed-by: Iustin Pop <iustin@google.com> --- lib/jqueue.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/jqueue.py b/lib/jqueue.py index e2b4cf4fd..6d2e435fb 100644 --- a/lib/jqueue.py +++ b/lib/jqueue.py @@ -889,8 +889,8 @@ class _JobProcessor(object): @type job: L{_QueuedJob} @param job: Job object - @type job: L{_QueuedOpCode} - @param job: Opcode object + @type op: L{_QueuedOpCode} + @param op: Opcode object """ assert op in job.ops -- GitLab