From edde1bc584aec31f1e2963d2197e3e78b9de0b45 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Thu, 3 Jan 2013 21:40:20 +0100 Subject: [PATCH] audio: Fix docstring --- mopidy/audio/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mopidy/audio/utils.py b/mopidy/audio/utils.py index 5bb3c4ca..15196b20 100644 --- a/mopidy/audio/utils.py +++ b/mopidy/audio/utils.py @@ -34,7 +34,7 @@ def millisecond_to_clocktime(value): def clocktime_to_millisecond(value): - """Convert a millisecond time to internal GStreamer time.""" + """Convert an internal GStreamer time to millisecond time.""" return value // gst.MSECOND