https://github.com/python/cpython/commit/87cedaa5c857dc615b9f618b020414187fc1c966 commit: 87cedaa5c857dc615b9f618b020414187fc1c966 branch: main author: Xie Yanbo <xieya...@gmail.com> committer: serhiy-storchaka <storch...@gmail.com> date: 2024-06-13T09:37:21Z summary:
Fix typos in documentation (GH-120440) files: M Misc/NEWS.d/next/Core and Builtins/2024-06-10-10-42-48.gh-issue-120298.napREA.rst M Misc/NEWS.d/next/Core and Builtins/2024-06-11-12-47-54.gh-issue-120346.hhn_6X.rst 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 _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com