Fix typo in external mixer documentation

This commit is contained in:
Kristian 2010-03-10 23:19:13 +01:00
parent 2818e9de59
commit ea45bb8993

View File

@ -54,7 +54,7 @@ if sys.platform == 'linux2':
elif sys.platform == 'darwin':
MIXER = u'mopidy.mixers.osa.OsaMixer'
#: Which port a mixer is connected to if using an external mixer.
#: Which port the mixer is connected to if using an external mixer.
#: This must point to the device port like ``/dev/ttyUSB0`` or similar.
MIXER_PORT = None