rocky / python-uncompyle6

A cross-version Python bytecode decompiler
GNU General Public License v3.0
3.79k stars 413 forks source link

Spelling error in warning #311

Closed secworks closed 4 years ago

secworks commented 4 years ago

Description

There is minor spelling error in the comment generated in the decompiled source.

The generated comment: "Warning: this version has problems handling the Python 3 byte type in contants properly."

'contants' should be 'constants'

The string is here: https://github.com/rocky/python-uncompyle6/blob/e80e72e6ab62e1e1bf123a9d2d2ba5f19497b623/uncompyle6/main.py#L105

rocky commented 4 years ago

Ok. Change made. Thanks!