We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f80c38 commit f62512dCopy full SHA for f62512d
1 file changed
uncompyle6/main.py
@@ -101,7 +101,7 @@ def write(s):
101
)
102
if PYTHON_VERSION < 3.0 and bytecode_version >= 3.0:
103
write(
104
- '# Warning: this version has problems handling the Python 3 "byte" type in constants properly.\n'
+ '# Warning: this version of Python has problems handling the Python 3 "byte" type in constants properly.\n'
105
106
107
if co.co_filename:
0 commit comments