]> granicus.if.org Git - python/commitdiff
Issue #26799: Fix typo in Misc/NEWS
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 20 Apr 2016 16:23:49 +0000 (18:23 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 20 Apr 2016 16:23:49 +0000 (18:23 +0200)
Misc/NEWS

index 3f126995df7454e38d6f33495f791a9edf5f0fbd..e11ee400c86709b191984c201c85481f9f0367d2 100644 (file)
--- 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.