From fca5be04b46406b4bbcb54ee8d5427949d07bb5c Mon Sep 17 00:00:00 2001 From: James Taylor Date: Thu, 31 Oct 2019 10:47:12 +0000 Subject: [PATCH] Fixed formatting --- sstv/command.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sstv/command.py b/sstv/command.py index 8c81eb0..d18691d 100644 --- a/sstv/command.py +++ b/sstv/command.py @@ -21,8 +21,7 @@ examples: $ sstv -d /tmp/signal.wav -o ./image.jpg Start decoding SSTV signal at 50.5 seconds into the audio - $ sstv -d audio.ogg -s 50.50 -""" + $ sstv -d audio.ogg -s 50.50""" def __init__(self): """Handle command line arguments"""