summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b270ebf..9515b79 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -40,8 +40,8 @@ Library
- Issue #24620: Random.setstate() now validates the value of state last element.
-- Issue #22485: Fixed an issue that caused `inspect.getsource` to return incorrect
- results on nested functions.
+- Issue #22485: Fixed an issue that caused `inspect.getsource` to return
+ incorrect results on nested functions.
- Issue #22153: Improve unittest docs. Patch from Martin Panter and evilzero.