https://github.com/python/cpython/commit/dcfc3d3cc279121b11086fa559fec1992da6953a
commit: dcfc3d3cc279121b11086fa559fec1992da6953a
branch: 3.13
author: Miss Islington (bot) <[email protected]>
committer: hugovk <[email protected]>
date: 2025-07-08T06:46:32Z
summary:

[3.13] gh-101100: Fix sphinx warnings in `whatsnew/3.11.rst` (GH-136402) 
(#136404)

Co-authored-by: Weilin Du <[email protected]>

files:
M Doc/tools/.nitignore
M Doc/whatsnew/3.11.rst

diff --git a/Doc/tools/.nitignore b/Doc/tools/.nitignore
index 98d0336fe3de42..703330677b03a4 100644
--- a/Doc/tools/.nitignore
+++ b/Doc/tools/.nitignore
@@ -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
diff --git a/Doc/whatsnew/3.11.rst b/Doc/whatsnew/3.11.rst
index d59f24406c9483..8d973933e80107 100644
--- a/Doc/whatsnew/3.11.rst
+++ b/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`.)
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]

Reply via email to