Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b98f6ac

Browse files
committed
Minor layout adjustment
1 parent fd76f04 commit b98f6ac

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/techniques/blind/inference.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,8 +219,8 @@ def getChar(idx, charTbl=asciiTbl, continuousOrder=True, expand=charsetType is N
219219
elif minValue == maxChar:
220220
# If the original charTbl was [0,..,127] new one
221221
# will be [128,..,128*16-1] or from 128 to 2047
222-
# and instead of making a HUGE list with all
223-
# elements we use here xrange, which is a virtual
222+
# and instead of making a HUGE list with all the
223+
# elements we use a xrange, which is a virtual
224224
# list
225225
if expand and shiftTable:
226226
charTbl = xrange(maxChar + 1, (maxChar + 1) << shiftTable.pop())

0 commit comments

Comments
 (0)