Keep the doc-strings (even one-liners) unified, please
This commit is contained in:
parent
d295f9261d
commit
ee42637795
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue