summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/3.9.0a5.rst
diff options
context:
space:
mode:
authorJeong Ukjae <JeongUkJae@gmail.com>2020-06-29 18:56:56 (GMT)
committerGitHub <noreply@github.com>2020-06-29 18:56:56 (GMT)
commit5b96370030707b68e8a5b787e933654297ddbc98 (patch)
tree2076643a051adbc472d86fb9bacd15b38ccd17b8 /Misc/NEWS.d/3.9.0a5.rst
parentb30ee26e366bf509b7538d79bfec6c6d38d53f28 (diff)
downloadcpython-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.rst2
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.
..