[Python-checkins] cpython (3.5): Issue #26799: Fix typo in Misc/NEWS

victor.stinner python-checkins at python.org
Wed Apr 20 12:24:46 EDT 2016


https://hg.python.org/cpython/rev/952c89a10be6
changeset:   101083:952c89a10be6
branch:      3.5
parent:      101080:e1c6f8895fd8
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Wed Apr 20 18:23:49 2016 +0200
summary:
  Issue #26799: Fix typo in Misc/NEWS

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -467,8 +467,8 @@
 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.
 

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list