From 9a8c7d9b1675fb1af35d83027283b660b77640f5 Mon Sep 17 00:00:00 2001 From: Thomas Fillon Date: Sun, 26 Jan 2014 23:49:55 +0000 Subject: [PATCH] Audiosink encoder : suppress blank line in docstring --- timeside/encoder/audiosink.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/timeside/encoder/audiosink.py b/timeside/encoder/audiosink.py index 9372ce6..611f51a 100644 --- a/timeside/encoder/audiosink.py +++ b/timeside/encoder/audiosink.py @@ -26,8 +26,7 @@ from timeside.api import IEncoder from timeside.tools import * class AudioSink(GstEncoder): - """ - gstreamer-based Audio Sink + """gstreamer-based Audio Sink This encoder plays the decoded audio stream to the sound card -- 2.39.5