fixed typo...

This commit is contained in:
Aritra Chakraborty 2016-05-16 20:05:57 -04:00
parent 515b8ee457
commit 1c36380a8a
1 changed files with 1 additions and 1 deletions

View File

@ -300,7 +300,7 @@ class ASCIItable():
while id < len(tags) and tags[id] == '{}_{}'.format(dim,label): # check successors
id += 1 # next label...
dim += 1 # ...should be one higher dimension
LabelList.append(label) # reached end --> store
labelList.append(label) # reached end --> store
id -= 1 # rewind one to consider again
id += 1