From 824824b402062b524bb9cc7f1b1f6e82661bcccf Mon Sep 17 00:00:00 2001 From: rocky Date: Thu, 30 Nov 2017 11:27:50 -0500 Subject: [PATCH] Typo --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index df61fa56..9963e947 100644 --- a/README.rst +++ b/README.rst @@ -39,7 +39,7 @@ Python fragment deparsing given an instruction offset is useful in showing stack traces and can be encorporated into any program that wants to show a location in more detail than just a line number at runtime. This code can be also used when source-code information does -not exist and there is just bytecode. Again, my debugggers make use of +not exist and there is just bytecode. Again, my debuggers make use of this. There were (and still are) a number of decompyle, uncompyle,