summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dcc988f..328b8d5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,7 +19,7 @@ Library
-------
- Issue #18983: Allow selection of output units in timeit.
- Patch by Serhiy Storchaka.
+ Patch by Julian Gindi.
- Issue #23631: Fix traceback.format_list when a traceback has been mutated.