From c575f13bf8d57b3adfb4c5dd164ab9c7be474f71 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sun, 28 Dec 2014 09:40:10 +0100 Subject: [PATCH] audio: Fix long line in docstring --- mopidy/audio/utils.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mopidy/audio/utils.py b/mopidy/audio/utils.py index 6f9c0cd6..8581fd61 100644 --- a/mopidy/audio/utils.py +++ b/mopidy/audio/utils.py @@ -144,7 +144,8 @@ def convert_taglist(taglist): Unknown types will be ignored and debug logged. Tag keys are all strings defined as part GStreamer under GstTagList_. - .. _GstTagList: http://gstreamer.freedesktop.org/data/doc/gstreamer/0.10.36/gstreamer/html/gstreamer-GstTagList.html + .. _GstTagList: http://gstreamer.freedesktop.org/data/doc/gstreamer/\ +0.10.36/gstreamer/html/gstreamer-GstTagList.html :param gst.Taglist taglist: A GStreamer taglist to be converted. :rtype: dictionary of tag keys with a list of values.