aboutsummaryrefslogtreecommitdiff
path: root/lc4.py
diff options
context:
space:
mode:
Diffstat (limited to 'lc4.py')
-rw-r--r--lc4.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lc4.py b/lc4.py
index d9967de..df533e2 100644
--- a/lc4.py
+++ b/lc4.py
@@ -56,7 +56,7 @@ version = "v2.8.1 (2018-07-24)"
# define alphabet
letters6 = "#_23456789abcdefghijklmnopqrstuvwxyz"
letters6card = "abcdefghijklmnopqrstuvwxyz_23456789#"
-letters7 = "_abcdefghijklmnopqrstuvwxyz.0123456789,-+*/:?!'()"
+letters7 = "_abcdefghijklmnopqrstuvwxyz.,:?!'()0123456789+-*/"
letters7card = "abcdefghijklmnopqrstuvwxyz_.,-+*/:?!'()1234567890"