mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
gh-101100: Fix sphinx warnings in whatsnew/3.11.rst (#136402)
This commit is contained in:
parent
fbef0c1d6a
commit
5b78c85fb4
2 changed files with 1 additions and 2 deletions
|
|
@ -73,4 +73,3 @@ Doc/whatsnew/3.6.rst
|
|||
Doc/whatsnew/3.7.rst
|
||||
Doc/whatsnew/3.8.rst
|
||||
Doc/whatsnew/3.10.rst
|
||||
Doc/whatsnew/3.11.rst
|
||||
|
|
|
|||
|
|
@ -1292,7 +1292,7 @@ This section covers specific optimizations independent of the
|
|||
(Contributed by Stefan Behnel in :gh:`68264`.)
|
||||
|
||||
* Resizing lists is streamlined for the common case,
|
||||
speeding up :meth:`list.append` by ≈15%
|
||||
speeding up :meth:`!list.append` by ≈15%
|
||||
and simple :term:`list comprehension`\s by up to 20-30%
|
||||
(Contributed by Dennis Sweeney in :gh:`91165`.)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue