diff options
author | Jeong Ukjae <JeongUkJae@gmail.com> | 2020-06-29 18:56:56 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-29 18:56:56 (GMT) |
commit | 5b96370030707b68e8a5b787e933654297ddbc98 (patch) | |
tree | 2076643a051adbc472d86fb9bacd15b38ccd17b8 /Misc/NEWS.d/3.9.0a5.rst | |
parent | b30ee26e366bf509b7538d79bfec6c6d38d53f28 (diff) | |
download | cpython-5b96370030707b68e8a5b787e933654297ddbc98.zip cpython-5b96370030707b68e8a5b787e933654297ddbc98.tar.gz cpython-5b96370030707b68e8a5b787e933654297ddbc98.tar.bz2 |
Fix typo in Object/listobject.c (GH-21079)
Diffstat (limited to 'Misc/NEWS.d/3.9.0a5.rst')
-rw-r--r-- | Misc/NEWS.d/3.9.0a5.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS.d/3.9.0a5.rst b/Misc/NEWS.d/3.9.0a5.rst index 01cbd44..39e0177 100644 --- a/Misc/NEWS.d/3.9.0a5.rst +++ b/Misc/NEWS.d/3.9.0a5.rst @@ -176,7 +176,7 @@ convention. Patch by Dong-hee Na. .. section: Core and Builtins Chaged list overallocation strategy. It no longer overallocates if the new -size is closer to overalocated size than to the old size and adds padding. +size is closer to overallocated size than to the old size and adds padding. .. |