From d1c0d48be67f991e8d581d1faecb26eb50d36a4d Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 14 Jul 2014 23:18:55 +0200 Subject: [PATCH] docs: Fix typo --- mopidy/audio/actor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/audio/actor.py b/mopidy/audio/actor.py index 8757832e..e48e3d4b 100644 --- a/mopidy/audio/actor.py +++ b/mopidy/audio/actor.py @@ -481,7 +481,7 @@ class Audio(pykka.ThreadingActor): """ Mute or unmute of the software mixer. - :param mute: Wether to mute the mixer or not. + :param mute: Whether to mute the mixer or not. :type mute: bool :rtype: :class:`True` if successful, else :class:`False` """