mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Fix typos in documentation (GH-120440)
This commit is contained in:
parent
b1b61dc4ce
commit
87cedaa5c8
2 changed files with 2 additions and 2 deletions
|
@ -1,2 +1,2 @@
|
||||||
Fix use-after free in ``list_richcompare_impl`` which can be invoked via
|
Fix use-after free in ``list_richcompare_impl`` which can be invoked via
|
||||||
some specificly tailored evil input.
|
some specifically tailored evil input.
|
||||||
|
|
|
@ -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 -i``). Patch by Pablo Galindo
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue