diff --git a/docs/api/backends/controllers.rst b/docs/api/backends/controllers.rst index bb1e20f5..8d6687e2 100644 --- a/docs/api/backends/controllers.rst +++ b/docs/api/backends/controllers.rst @@ -21,7 +21,7 @@ Playback controller =================== Manages playback, with actions like play, pause, stop, next, previous, -seek and volume control. +seek, and volume control. .. autoclass:: mopidy.backends.base.PlaybackController :members: diff --git a/docs/changes.rst b/docs/changes.rst index 2664a083..963802d4 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -38,9 +38,9 @@ v0.8 (in development) GStreamer bin with a mixer in it in :attr:`mopidy.setting.MIXER`. The default value is ``autoaudiomixer``, a custom mixer that attempts to find a mixer that will work on your system. If this picks the wrong mixer you can of course - override it. Setting the mixer to :class:`None` is also support. MPD protocol - support for volume has also been updated to return -1 when we have no mixer - set. + override it. Setting the mixer to :class:`None` is also supported. MPD + protocol support for volume has also been updated to return -1 when we have + no mixer set. v0.7.3 (2012-08-11)