Commit d7a71224 authored by Victor Stinner's avatar Victor Stinner

Issue #26799: Fix typo in Misc/NEWS

parent 4e75ca87
......@@ -467,8 +467,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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment