From bc65d18ba061894f48cb465c54037b6c91c4e318 Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Thu, 13 Jun 2024 13:30:55 +0800 Subject: [PATCH] Fix typos in documentation --- .../2024-06-10-10-42-48.gh-issue-120298.napREA.rst | 2 +- .../2024-06-11-12-47-54.gh-issue-120346.hhn_6X.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-06-10-10-42-48.gh-issue-120298.napREA.rst b/Misc/NEWS.d/next/Core and Builtins/2024-06-10-10-42-48.gh-issue-120298.napREA.rst index 531d39517ac423..2872006ee34b8b 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2024-06-10-10-42-48.gh-issue-120298.napREA.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2024-06-10-10-42-48.gh-issue-120298.napREA.rst @@ -1,2 +1,2 @@ Fix use-after free in ``list_richcompare_impl`` which can be invoked via -some specificly tailored evil input. +some specifically tailored evil input. diff --git a/Misc/NEWS.d/next/Core and Builtins/2024-06-11-12-47-54.gh-issue-120346.hhn_6X.rst b/Misc/NEWS.d/next/Core and Builtins/2024-06-11-12-47-54.gh-issue-120346.hhn_6X.rst index eb2d0f9a705caa..757a21625cfb83 100644 --- a/Misc/NEWS.d/next/Core and Builtins/2024-06-11-12-47-54.gh-issue-120346.hhn_6X.rst +++ b/Misc/NEWS.d/next/Core and Builtins/2024-06-11-12-47-54.gh-issue-120346.hhn_6X.rst @@ -1,2 +1,2 @@ -Respect :envvar:`PYTHON_BASIC_REPL` when running in interative inspect mode +Respect :envvar:`PYTHON_BASIC_REPL` when running in interactive inspect mode (``python -i``). Patch by Pablo Galindo