Skip to content

Commit f62512d

Browse files
committed
Clarify a warning message
1 parent 0f80c38 commit f62512d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

uncompyle6/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def write(s):
101101
)
102102
if PYTHON_VERSION < 3.0 and bytecode_version >= 3.0:
103103
write(
104-
'# Warning: this version has problems handling the Python 3 "byte" type in constants properly.\n'
104+
'# Warning: this version of Python has problems handling the Python 3 "byte" type in constants properly.\n'
105105
)
106106

107107
if co.co_filename:

0 commit comments

Comments
 (0)