]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix typos in documentation (GH-120440)
authorXie Yanbo <xieyanbo@gmail.com>
Thu, 13 Jun 2024 09:37:21 +0000 (17:37 +0800)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2024 09:37:21 +0000 (09:37 +0000)
Misc/NEWS.d/next/Core and Builtins/2024-06-10-10-42-48.gh-issue-120298.napREA.rst
Misc/NEWS.d/next/Core and Builtins/2024-06-11-12-47-54.gh-issue-120346.hhn_6X.rst

index 531d39517ac4231f52c4a9f196b2cb8ded937170..2872006ee34b8bcc0b72acf8595c294d76ef834d 100644 (file)
@@ -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.
index eb2d0f9a705caaad8e40db937abfb7d388a741c2..757a21625cfb831e7f0ea9a47530aa87673e87f2 100644 (file)
@@ -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