Fixed typos in Misc/NEWS.

This commit is contained in:
Serhiy Storchaka 2015-07-18 23:18:33 +03:00
parent 0544cf0eb9
commit f12e3e2b69
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,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 #18622: unittest.mock.mock_open().reset_mock would recurse infinitely.
Patch from Nicola Palumbo and Laurent De Buyst.