Skip to content

Commit c8e0ead

Browse files
[3.14] Fix typo in 3.14 What's New tail call interpreter docs (GH-146425) (GH-146430)
Fix typo in 3.14 What's New tail call interpreter docs (GH-146425) (cherry picked from commit 4447f23) Co-authored-by: johnthagen <johnthagen@users.noreply.github.com>
1 parent e34945a commit c8e0ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.14.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ on x86-64 and AArch64 architectures.
454454
However, a future release of GCC is expected to support this as well.
455455

456456
This feature is opt-in for now. Enabling profile-guided optimization is highly
457-
recommendeded when using the new interpreter as it is the only configuration
457+
recommended when using the new interpreter as it is the only configuration
458458
that has been tested and validated for improved performance.
459459
For further information, see :option:`--with-tail-call-interp`.
460460

0 commit comments

Comments
 (0)