diff --git a/soitool/coder.py b/soitool/coder.py index 0ab86d576e3fc4019243f01f14dc425451244688..e900cc3e8042f41c0a168c49d41fdd28b4e1fcf9 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.