Small spelling typo...

Fixes #311
This commit is contained in:
rocky
2020-04-04 02:38:32 -04:00
parent 5c83de830f
commit 3dcc20f6d7

View File

@@ -102,7 +102,7 @@ def decompile(
)
if PYTHON_VERSION < 3.0 and bytecode_version >= 3.0:
write(
"# Warning: this version has problems handling the Python 3 byte type in contants properly.\n"
'# Warning: this version has problems handling the Python 3 "byte" type in constants properly.\n'
)
if co.co_filename: