From fa1d7e4af4dd3c32e7d7616318fbdbc9570be2c0 Mon Sep 17 00:00:00 2001 From: rocky Date: Mon, 6 Jul 2020 14:44:25 -0400 Subject: [PATCH] Tweak. --- HOW-TO-REPORT-A-BUG.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/HOW-TO-REPORT-A-BUG.md b/HOW-TO-REPORT-A-BUG.md index 7fa9b3b8..d557e159 100644 --- a/HOW-TO-REPORT-A-BUG.md +++ b/HOW-TO-REPORT-A-BUG.md @@ -154,11 +154,7 @@ provide the input 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. Opcodes are described in the documentation for -the [dis](https://docs.python.org/3.6/library/dis.html) module. +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. 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 to do a hand disassembly!