From ee426377951268581987907be155691cf378d511 Mon Sep 17 00:00:00 2001 From: Alexander Cherniuk Date: Tue, 1 Dec 2009 00:07:36 +0200 Subject: [PATCH] Keep the doc-strings (even one-liners) unified, please --- src/common/jingle_rtp.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/common/jingle_rtp.py b/src/common/jingle_rtp.py index 109882332..980e3c16a 100644 --- a/src/common/jingle_rtp.py +++ b/src/common/jingle_rtp.py @@ -106,7 +106,9 @@ class JingleRTPContent(JingleContent): self.p2pstream.set_remote_candidates(candidates) def batch_dtmf(self, events): - """ Send several DTMF tones. """ + """ + Send several DTMF tones + """ if self._dtmf_running: raise Exception # TODO: Proper exception self._dtmf_running = True