summaryrefslogtreecommitdiff
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 ce380ee3ce..663010a81b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -41,7 +41,7 @@ Core and Builtins
Library
-------
-- Issue #24631: Fixed regression in the timeit modulu with multyline setup.
+- Issue #24631: Fixed regression in the timeit module with multiline setup.
- Issue #24608: chunk.Chunk.read() now always returns bytes, not str.