Commit 3ca5d02e authored by Chris Lamb's avatar Chris Lamb 👀
Browse files

Correct "recompile" typo.

parent b51a31e9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ class PycFile(File):
                )
            ]
        except ValueError as exc:
            self.add_comment("Could not decombile bytecode: {}".format(exc))
            self.add_comment("Could not decompile bytecode: {}".format(exc))
            return []