Skip to content
Snippets Groups Projects
Commit 81a58259 authored by Anders H. Rebner's avatar Anders H. Rebner
Browse files

Apply suggestion to soitool/coder.py

parent 87e24d40
No related branches found
No related tags found
1 merge request!50#86 Modul: Autentiseringstavle
Pipeline #78291 failed
......@@ -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.
......
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