diff --git a/Misc/NEWS b/Misc/NEWS index 8bd9b4f9388..5d5f01b889a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1065,8 +1065,8 @@ Windows Tools/Demos ----------- -- Issue #26799: Fix python-gdb.py: don't get once C types when the Python code - is loaded, but get C types on demande. The C types can change if +- Issue #26799: Fix python-gdb.py: don't get C types once when the Python code + is loaded, but get C types on demand. The C types can change if python-gdb.py is loaded before the Python executable. Patch written by Thomas Ilsche.