From e9e9263d88c335823c094d276bb51372a04b8f77 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Wed, 22 Oct 2008 14:08:31 +0000 Subject: [PATCH] Convert SnapshotBlockDevice's docstring to epydoc Reviewed-by: iustinp --- lib/backend.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/lib/backend.py b/lib/backend.py index 7e25c682e..026c84dfe 100644 --- a/lib/backend.py +++ b/lib/backend.py @@ -1302,11 +1302,10 @@ def SnapshotBlockDevice(disk): This function is called recursively, and the snapshot is actually created just for the leaf lvm backend device. - Args: - disk: the disk to be snapshotted - - Returns: - a config entry for the actual lvm device snapshotted. + @type disk: L{objects.Disk} + @param disk: the disk to be snapshotted + @rtype: string + @return: snapshot disk path """ if disk.children: -- GitLab