diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-07-18 20:18:49 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-07-18 20:18:49 (GMT) |
commit | 5324f65c3c2b443a2088109e3d6e4068a236b3da (patch) | |
tree | e6d66fbdb1a430d4b8ec67ceae930f64083bbf5e /Misc | |
parent | d830b9d3194b3a0362c1fcfd372cdee5ed1bf0af (diff) | |
parent | f12e3e2b695d56ca6ac8a4fe0a74016dacbab478 (diff) | |
download | cpython-5324f65c3c2b443a2088109e3d6e4068a236b3da.zip cpython-5324f65c3c2b443a2088109e3d6e4068a236b3da.tar.gz cpython-5324f65c3c2b443a2088109e3d6e4068a236b3da.tar.bz2 |
Fixed typos in Misc/NEWS.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |