From 4c4aa393df24792aa1979657fdf18c31855355c7 Mon Sep 17 00:00:00 2001 From: "R. Bernstein" Date: Fri, 17 May 2019 10:24:13 -0400 Subject: [PATCH] Update HISTORY.md --- HISTORY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index 280d46f0..7a3611af 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -115,7 +115,7 @@ mechanisms and addressed problems and extensions by some other means. Specifically, in `uncompyle`, decompilation of python bytecode 2.5 & 2.6 is done by transforming the byte code into a pseudo-2.7 Python bytecode and is based on code from Eloi Vanderbeken. A bit of this -could have bene easily added by modifying grammar rules. +could have been easily added by modifying grammar rules. This project, `uncompyle6`, abandons that approach for various reasons. Having a grammar per Python version is much cleaner and it