summaryrefslogtreecommitdiffstats
path: root/ktouch/extras/training-gen/python/ktouchgen.py
diff options
context:
space:
mode:
Diffstat (limited to 'ktouch/extras/training-gen/python/ktouchgen.py')
-rw-r--r--ktouch/extras/training-gen/python/ktouchgen.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ktouch/extras/training-gen/python/ktouchgen.py b/ktouch/extras/training-gen/python/ktouchgen.py
index 47cd54d5..97083c01 100644
--- a/ktouch/extras/training-gen/python/ktouchgen.py
+++ b/ktouch/extras/training-gen/python/ktouchgen.py
@@ -35,7 +35,7 @@
from whrandom import randint, random
import string
-from string import join, maketrans, translate, count, strip, lower, tqfind, upper
+from string import join, maketrans, translate, count, strip, lower, find, upper
import time
import sys
import ConfigParser
@@ -173,7 +173,7 @@ def main(argv):
# Parse the configfile
# Creates a List Levelops with [(Options), ]
- # Optiontuple tqcontains (lchars, title, rows)
+ # Optiontuple contains (lchars, title, rows)
conf = ConfigParser.ConfigParser()
try:
file = open(argv[2],'r')