[Python-checkins] cpython (3.5): Fixed typos in Misc/NEWS.

serhiy.storchaka python-checkins at python.org
Sat Jul 18 22:22:38 CEST 2015


https://hg.python.org/cpython/rev/a7b226f94ed1
changeset:   96944:a7b226f94ed1
branch:      3.5
parent:      96941:bffa3b5fd2d8
user:        Serhiy Storchaka <storchaka at gmail.com>
date:        Sat Jul 18 23:18:33 2015 +0300
summary:
  Fixed typos in Misc/NEWS.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -19,7 +19,7 @@
 Library
 -------
 
-- Issue #24631: Fixed regression in the timeit modulu with multyline setup.
+- Issue #24631: Fixed regression in the timeit module with multiline setup.
 
 - Issue #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.
   Patch from Nicola Palumbo and Laurent De Buyst.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list