From 52fbf1d6a70f7ff9781a875e9c2429eda8925ba6 Mon Sep 17 00:00:00 2001 From: rocky Date: Wed, 1 Apr 2020 11:48:58 -0400 Subject: [PATCH] Typos --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index dfd0282f..961377ec 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,9 +3,9 @@ Back port some of the changes in decompile3 here which mostly helps 3.7 and 3.8 decompilation, although this may also help 3.6ish versions too. -- Handle nested `async for in for...` and Better async comprehension detection via `xdis`. Still more work is needed. +- Handle nested `async for in for...` and better async comprehension detection via `xdis`. Still more work is needed. - include token number in listings when `-g` and there is a parser error -- remove unneded `Makefile`s now that remake 4.3+1.5dbg is a thing that has `-c` +- remove unneeded `Makefile`s now that remake 4.3+1.5dbg is a thing that has `-c` - Bug in finding annotations in functions with docstrings - Fix bug found by 2.4 sre_parse.py testing - Fix `transform` module's `ifelseif` bugs