From bed8e94cfc6fdd619d7141f1c918060fca1ae732 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Date: Thu, 16 Jun 2022 18:52:48 +0100 Subject: [PATCH] Update CHANGES Co-authored-by: Takeshi KOMIYA --- CHANGES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index 4bc0cf3133b..e88dc6a23c0 100644 --- a/CHANGES +++ b/CHANGES @@ -16,7 +16,7 @@ Features added Bugs fixed ---------- -* #10031: pycode: Fix spurious whitespace in unparsing various operators (``+``, +* #10031: py domain: Fix spurious whitespace in unparsing various operators (``+``, ``-``, ``~``, and ``**``). Patch by Adam Turner. Testing