From 31c28d0220be8f8138e45dbd8ddab57b817e722e Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Sat, 15 Apr 2017 18:56:56 -0400 Subject: [PATCH] Update HOW-TO-REPORT-A-BUG.md --- HOW-TO-REPORT-A-BUG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HOW-TO-REPORT-A-BUG.md b/HOW-TO-REPORT-A-BUG.md index 80719798..ad192b12 100644 --- a/HOW-TO-REPORT-A-BUG.md +++ b/HOW-TO-REPORT-A-BUG.md @@ -37,7 +37,7 @@ command and the output from that, please give: ### But I don't *have* the source code! Sure, I get it. No problem. There is Python assembly code on parse -errors, so simply by hand decompile that. To get a full disassembly, use pydisasm from the [xdis](https://pypi.python.org/pypi/xdis) package. +errors, so simply by hand decompile that. To get a full disassembly, use pydisasm from the [xdis](https://pypi.python.org/pypi/xdis) package. Opcodes are described in the documentation for the [dis](https://docs.python.org/3.6/library/dis.html) module. ### But I don't *have* the source code and am incapable of figuring how how to do a hand disassembly!