From 77dc046efd5d40bf1cf8525e4d15c74ffc6e5ca5 Mon Sep 17 00:00:00 2001 From: Thomas Adamcik Date: Sun, 21 Dec 2014 21:49:51 +0100 Subject: [PATCH] audio: Fix rST formatting in docstring --- mopidy/audio/utils.py | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/mopidy/audio/utils.py b/mopidy/audio/utils.py index b562f759..369e74b6 100644 --- a/mopidy/audio/utils.py +++ b/mopidy/audio/utils.py @@ -131,11 +131,12 @@ def convert_taglist(taglist): """Convert a :class:`gst.Taglist` to plain Python types. Knows how to convert: - - Dates - - Buffers - - Numbers - - Strings - - Booleans + + - Dates + - Buffers + - Numbers + - Strings + - Booleans Unknown types will be ignored and debug logged. Tag keys are all strings defined by GStreamer.