fixed dumb dumb comments left over

the function used to get the bytes at the position with k as the size. lol
This commit is contained in:
2019-08-14 15:25:09 -05:00
committed by GitHub
parent 636e00bc01
commit 1d965e8684

View File

@@ -28,7 +28,7 @@ lua_opcode_names = [
"CLOSURE", "VARARG" "CLOSURE", "VARARG"
] ]
# at [p]osition size of k # at [p]osition to k
def get_bits(num, p, k): def get_bits(num, p, k):
# convert number into binary first # convert number into binary first
binary = bin(num) binary = bin(num)