From 776a5040b1405f868b9bae77d42ece0468466fc3 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Thu, 6 Sep 2012 00:10:24 +0200 Subject: [PATCH] Review nitpicks. --- docs/api/backends/controllers.rst | 2 +- docs/changes.rst | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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)