From c593b3e3b4981c2c8780d16b112c97a2a3c55638 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Tue, 9 Jan 2024 18:36:27 +0300 Subject: [PATCH] bytebeat_compiler.py: format: humanize indentation --- bytebeat_compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bytebeat_compiler.py b/bytebeat_compiler.py index 58e27b6..7124f5b 100644 --- a/bytebeat_compiler.py +++ b/bytebeat_compiler.py @@ -113,7 +113,7 @@ if __name__ == "__main__": help="amount of channels") parser.add_argument("-t", "--seconds", default=None, type=int, help="length in seconds (samples = sample rate * seconds) : " - "default = 30 seconds") + "default = 30 seconds") parser.add_argument("-l", "--samples", default=None, type=int, help="length in samples (adds to `-t`; supports negative numbers) : " "default = +0 samples")