From 00897e90240fb80d1697979ddec3fa7032c29e6e Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Fri, 21 Jan 2011 00:18:04 +0100 Subject: [PATCH] Improve MPD_SERVER_PASSWORD description --- mopidy/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/settings.py b/mopidy/settings.py index b2ee5b12..add32428 100644 --- a/mopidy/settings.py +++ b/mopidy/settings.py @@ -164,7 +164,7 @@ OUTPUT = u'mopidy.outputs.gstreamer.GStreamerOutput' #: Listens on all interfaces, both IPv4 and IPv6. MPD_SERVER_HOSTNAME = u'127.0.0.1' -#: Password required for connecting to the MPD server. +#: The password required for connecting to the MPD server. #: #: Default: :class:`False`, which means no password required. MPD_SERVER_PASSWORD = False