Skip to content
Snippets Groups Projects
Commit ee426377 authored by Alexander Cherniuk's avatar Alexander Cherniuk
Browse files

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

parent d295f926
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment