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