Small doc corrections

This commit is contained in:
rocky
2022-04-27 05:07:07 -04:00
parent a356a8e0ee
commit cfd6166d8d
2 changed files with 3 additions and 5 deletions

View File

@@ -76,8 +76,8 @@ class Scanner37(Scanner37Base):
collection_enum = CONST_COLLECTIONS.index(collection_type)
# If we go there all instructions before tokens[i] are LOAD_CONST and we can replace
# add a boundary marker and change LOAD_CONST to something else
# If we get here, all instructions before tokens[i] are LOAD_CONST and we can replace
# add a boundary marker and change LOAD_CONST to something else.
new_tokens = next_tokens[:-count]
start_offset = tokens[collection_start].offset
new_tokens.append(