From: Victor Stinner Date: Wed, 20 Apr 2016 16:23:49 +0000 (+0200) Subject: Issue #26799: Fix typo in Misc/NEWS X-Git-Tag: v3.6.0a1~154^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d7a71224d802f238f0ea5650396d16a19953de58;p=thirdparty%2FPython%2Fcpython.git Issue #26799: Fix typo in Misc/NEWS --- diff --git a/Misc/NEWS b/Misc/NEWS index 3f126995df74..e11ee400c867 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.