]> granicus.if.org Git - python/commitdiff
Fixed typos in Misc/NEWS.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jul 2015 20:18:49 +0000 (23:18 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 18 Jul 2015 20:18:49 +0000 (23:18 +0300)
1  2 
Misc/NEWS

diff --cc Misc/NEWS
index ce380ee3ce3eee11ad222539d6ba6edd619832e5,ba01a06ac6163574b8f61b68169d4301c4421a94..663010a81b5165c44b64c427ccac6baf25c52573
+++ b/Misc/NEWS
@@@ -41,8 -19,14 +41,8 @@@ Core and Builtin
  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.
 -
 -- Issue #23661: unittest.mock side_effects can now be exceptions again. This
 -  was a regression vs Python 3.4. Patch from Ignacio Rossi
 -
  - Issue #24608: chunk.Chunk.read() now always returns bytes, not str.
  
  - Issue #18684: Fixed reading out of the buffer in the re module.