From 70829390d18173ab2a74b4d5be71014561f540f5 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Tue, 16 Dec 2014 23:39:22 +0100 Subject: [PATCH] docs: Fix typo --- docs/changelog.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 2995f1a4..a0371840 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -50,7 +50,8 @@ v0.20.0 (UNRELEASED) **Audio** - Deprecated :meth:`mopidy.audio.Audio.emit_end_of_stream`. Pass a - :class:`None` buffer to :meth:`mopidy.audio.Audio.emit_data` end the stream. + :class:`None` buffer to :meth:`mopidy.audio.Audio.emit_data` to end the + stream. - Internal code cleanup within audio subsystem: