Fix epydoc raises L{...} usage
authorIustin Pop <iustin@google.com>
Mon, 11 Jun 2012 15:28:06 +0000 (17:28 +0200)
committerIustin Pop <iustin@google.com>
Tue, 12 Jun 2012 10:02:41 +0000 (12:02 +0200)
commit5c3d5dfd83e386999c89f0d3002acc041899808b
tree29d70d5461c5253ab076f838e8f669a38013e504
parentbe0b29bd10d4b88bcb8c993573ae2e48a88178e9
Fix epydoc raises L{...} usage

For epydoc raise statement, it already expects an exception which will
be hyperlinked; if passing an L{…} construct, it will instead break
the formatting (the @raise will not be recognised, but merged into the
previous paragraph).

Signed-off-by: Iustin Pop <iustin@google.com>
Reviewed-by: Michael Hanselmann <hansmi@google.com>
lib/hypervisor/hv_kvm.py
tools/lvmstrap