From a900cd996d6b60c2526f772b3b291f4f287a27bf Mon Sep 17 00:00:00 2001 From: James Thigpen Date: Fri, 27 Sep 2013 16:41:41 -0700 Subject: [PATCH] Fix minor documentation bug in states.mount.unmount --- salt/states/mount.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/states/mount.py b/salt/states/mount.py index 164458ef27..642d9f4a2c 100644 --- a/salt/states/mount.py +++ b/salt/states/mount.py @@ -223,7 +223,7 @@ def unmounted(name, .. note:: This state will be available in verion 0.17.0. - Verify that a device is mounted + Verify that a device is not mounted name The path to the location where the device is to be unmounted from