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