summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2015-07-18 20:18:49 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2015-07-18 20:18:49 (GMT)
commit5324f65c3c2b443a2088109e3d6e4068a236b3da (patch)
treee6d66fbdb1a430d4b8ec67ceae930f64083bbf5e /Misc
parentd830b9d3194b3a0362c1fcfd372cdee5ed1bf0af (diff)
parentf12e3e2b695d56ca6ac8a4fe0a74016dacbab478 (diff)
downloadcpython-5324f65c3c2b443a2088109e3d6e4068a236b3da.zip
cpython-5324f65c3c2b443a2088109e3d6e4068a236b3da.tar.gz
cpython-5324f65c3c2b443a2088109e3d6e4068a236b3da.tar.bz2
Fixed typos in Misc/NEWS.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ce380ee..663010a 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.