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

index eb760e0fac5e3794fe29515f3d20a53386831c3e..e29775b075a82fe3c6766a7a9244968181cffe53 100644 (file)
@@ -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
index 2dd205dd2b8831321c503aa7481d2ffbad303198..abf9677fd9cac50d40b4eaf462f147d6a91d0361 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`.)