8000 gh-101100: Fix sphinx warnings in `whatsnew/3.11.rst` (#136402) · python/cpython@5b78c85 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5b78c85

Browse files
authored
gh-101100: Fix sphinx warnings in whatsnew/3.11.rst (#136402)
1 parent fbef0c1 commit 5b78c85

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
@@ -73,4 +73,3 @@ Doc/whatsnew/3.6.rst
7373< 968F code class="diff-text syntax-highlighted-line">
Doc/whatsnew/3.7.rst
7474
Doc/whatsnew/3.8.rst
7575
Doc/whatsnew/3.10.rst
76-
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)
0