Keep the doc-strings (even one-liners) unified, please

This commit is contained in:
Alexander Cherniuk 2009-12-01 00:07:36 +02:00
parent d295f9261d
commit ee42637795
1 changed files with 3 additions and 1 deletions

View File

@ -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