From d22e194ee7c2ee48edb210f8830c08b97fad6aa2 Mon Sep 17 00:00:00 2001 From: Philip Date: Sat, 21 Feb 2015 10:49:37 +0100 Subject: [PATCH] [umount] add python doc strings --- src/modules/umount/main.py | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/modules/umount/main.py b/src/modules/umount/main.py index 06b33a245..479cfc702 100644 --- a/src/modules/umount/main.py +++ b/src/modules/umount/main.py @@ -25,7 +25,7 @@ import libcalamares def list_mounts(root_mount_point): - """ + """ List mount points. :param root_mount_point: :return: @@ -39,8 +39,7 @@ def list_mounts(root_mount_point): def run(): - """ - + """ Unmounts given mountpoints in decreasing order. :return: """