From 87cedaa5c857dc615b9f618b020414187fc1c966 Mon Sep 17 00:00:00 2001 From: Xie Yanbo Date: Thu, 13 Jun 2024 17:37:21 +0800 Subject: Fix typos in documentation (GH-120440) --- .../Core and Builtins/2024-06-10-10-42-48.gh-issue-120298.napREA.rst | 2 +- .../Core and Builtins/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 531d395..2872006 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 eb2d0f9..757a216 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 -- cgit v0.12