Skip to content

Commit dcfc3d3

Browse files
[3.13] gh-101100: Fix sphinx warnings in whatsnew/3.11.rst (GH-136402) (#136404)
Co-authored-by: Weilin Du <108666168+LamentXU123@users.noreply.github.com>
1 parent 095715c commit dcfc3d3

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Doc/tools/.nitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,4 +74,3 @@ Doc/whatsnew/3.6.rst
7474
Doc/whatsnew/3.7.rst
7575
Doc/whatsnew/3.8.rst
7676
Doc/whatsnew/3.10.rst
77-
Doc/whatsnew/3.11.rst

Doc/whatsnew/3.11.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1292,7 +1292,7 @@ This section covers specific optimizations independent of the
12921292
(Contributed by Stefan Behnel in :gh:`68264`.)
12931293

12941294
* Resizing lists is streamlined for the common case,
1295-
speeding up :meth:`list.append` by ≈15%
1295+
speeding up :meth:`!list.append` by ≈15%
12961296
and simple :term:`list comprehension`\s by up to 20-30%
12971297
(Contributed by Dennis Sweeney in :gh:`91165`.)
12981298

0 commit comments

Comments
 (0)