From 81a582594f624880a100e023c4ec041cb531a5ce Mon Sep 17 00:00:00 2001 From: "Anders H. Rebner" <anderhre@stud.ntnu.no> Date: Thu, 2 Apr 2020 09:19:21 +0200 Subject: [PATCH] Apply suggestion to soitool/coder.py --- soitool/coder.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soitool/coder.py b/soitool/coder.py index 0ab86d5..e900cc3 100644 --- a/soitool/coder.py +++ b/soitool/coder.py @@ -15,8 +15,8 @@ def get_code(code_length, mode="ascii", space_interval=0): code_length : int The length of the code mode : string - 'ascii' for letters (default), 'digits' for digits and 'combo' - for combination of letters and digits, by default 'ascii'. + 'ascii' for letters, 'digits' for digits and 'combo' for + combination of letters and digits, by default 'ascii'. space_interval : int Spaces will be inserted to code each interval if not 0, by default 0. -- GitLab