docs: Fix typo

This commit is contained in:
Stein Magnus Jodal 2010-03-13 18:28:45 +01:00
parent d240fcc783
commit 407ab639cd

View File

@ -1,7 +1,7 @@
from mopidy.mixers import BaseMixer
class DummyMixer(BaseMixer):
"""Mixer which just stores and reports the choosen volume."""
"""Mixer which just stores and reports the chosen volume."""
def __init__(self):
self._volume = None