Trivial polishing

This commit is contained in:
Miroslav Stampar
2019-05-09 15:49:39 +02:00
parent 57dbbefd92
commit 769d0eb9bd
3 changed files with 2 additions and 3 deletions

View File

@@ -379,7 +379,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
charTbl = xrange(maxChar + 1, (maxChar + 1) << shiftTable.pop())
originalTbl = xrange(charTbl)
maxChar = maxValue = charTbl[-1]
minChar = minValue = charTbl[0]
minValue = charTbl[0]
else:
return None
else: