diff --git a/lib/backend.py b/lib/backend.py
index 7e25c682edfafdd87cd4bf7b5d34b44f72f781d8..026c84dfef966f8b7847d4dbf21b4db14b932655 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: