summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-04-20 16:23:49 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2016-04-20 16:23:49 (GMT)
commitd7a71224d802f238f0ea5650396d16a19953de58 (patch)
tree49e26dfaa6fb1c0fad4a92d7434dfe6254f0967d /Misc
parent4e75ca87e3995230cc5a206bdbf45b6604030117 (diff)
downloadcpython-d7a71224d802f238f0ea5650396d16a19953de58.zip
cpython-d7a71224d802f238f0ea5650396d16a19953de58.tar.gz
cpython-d7a71224d802f238f0ea5650396d16a19953de58.tar.bz2
Issue #26799: Fix typo in Misc/NEWS
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 3f12699..e11ee40 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.