From a6e33e537f88a6e810b703992e28aa6571529955 Mon Sep 17 00:00:00 2001 From: Jens Luetjen Date: Sat, 2 Apr 2016 16:01:09 +0200 Subject: [PATCH] Correct wrong docstring --- mopidy/internal/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/internal/models.py b/mopidy/internal/models.py index 7d0ed6b1..11d09bf7 100644 --- a/mopidy/internal/models.py +++ b/mopidy/internal/models.py @@ -42,7 +42,7 @@ class MixerState(ValidatedImmutableObject): :param volume: the volume :type volume: int - :param mute: the volume + :param mute: the mute state :type mute: int """