summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-07-18 23:18:49 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2015-07-18 23:18:49 +0300
commit5324f65c3c2b443a2088109e3d6e4068a236b3da (patch)
treee6d66fbdb1a430d4b8ec67ceae930f64083bbf5e
parentd830b9d3194b3a0362c1fcfd372cdee5ed1bf0af (diff)
parentf12e3e2b695d56ca6ac8a4fe0a74016dacbab478 (diff)
downloadcpython-git-5324f65c3c2b443a2088109e3d6e4068a236b3da.tar.gz
Fixed typos in Misc/NEWS.
-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.