branch: externals/beardbolt commit 503b51ecb87ee098aae9a4dbc565ea9198286dd5 Author: Jay Kamat <jaygka...@gmail.com> Commit: Jay Kamat <jaygka...@gmail.com>
Fix typo Thanks toofar :D --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.org b/README.org index 5a6fc41837..dc1d4ee8a3 100644 --- a/README.org +++ b/README.org @@ -68,7 +68,7 @@ to ~haskell-demangler~. ** Python -Support for viewing bytecode only. Python [[https://bugs.python.org/issue2506][dosen't have many options]], so most +Support for viewing bytecode only. Python [[https://bugs.python.org/issue2506][doesn't have many options]], so most tweakables will not work. Python 3.7 is required for recursion into functions, otherwise only top level code will be shown. Python 2 is unsupported.