]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-101100: Fix sphinx warnings in `whatsnew/3.11.rst` (GH-136402) (#136404)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Jul 2025 06:46:32 +0000 (08:46 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Jul 2025 06:46:32 +0000 (06:46 +0000)
Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
Doc/tools/.nitignore
Doc/whatsnew/3.11.rst

index 98d0336fe3de420d64d68524c45d90bde7c94073..703330677b03a498ea37f6ef0218e19266a84e25 100644 (file)
@@ -74,4 +74,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
index d59f24406c94835e16d6fb6bef6c92e958ce1932..8d973933e80107dc41eae9af6e2c9d1416f8d08a 100644 (file)
@@ -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`.)