From 0281b6bc5063e35be81fbe14dce76aec024f120a Mon Sep 17 00:00:00 2001 From: Erik Johnson Date: Sun, 15 Sep 2013 18:05:55 -0500 Subject: [PATCH] Fix docstring in eselect module This also makes the autosummary used in http://docs.saltstack.com/ref/modules/all/ look better. --- salt/modules/eselect.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/modules/eselect.py b/salt/modules/eselect.py index c9c4ae19b7..eceb1b2ffc 100644 --- a/salt/modules/eselect.py +++ b/salt/modules/eselect.py @@ -1,7 +1,7 @@ ''' -.. _eselect: http://wiki.gentoo.org/wiki/Project:Eselect/User_guide - Support for eselect_, Gentoo's configuration and management tool. + +.. _eselect: http://wiki.gentoo.org/wiki/Project:Eselect/User_guide ''' # Import salt libs