From 4807bd275ad4940a8df85ecb939ad0c199c5b01e Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Wed, 9 Jul 2014 21:09:04 +0200 Subject: [PATCH] mixer: Remove 'should' from docstring --- mopidy/mixer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/mixer.py b/mopidy/mixer.py index e522823b..814681f1 100644 --- a/mopidy/mixer.py +++ b/mopidy/mixer.py @@ -7,7 +7,7 @@ class Mixer(object): name = None """Name of the mixer. - Used when configuring what mixer to use. Should usually match the + Used when configuring what mixer to use. Should match the :attr:`~mopidy.ext.Extension.ext_name` of the extension providing the mixer. """