Fix typos in documentation (GH-120440)

This commit is contained in:
Xie Yanbo 2024-06-13 17:37:21 +08:00 committed by GitHub
parent b1b61dc4ce
commit 87cedaa5c8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View 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.

View 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