[Python-checkins] r51324 - python/trunk/Misc/NEWS

andrew.kuchling python-checkins at python.org
Wed Aug 16 19:11:19 CEST 2006


Author: andrew.kuchling
Date: Wed Aug 16 19:11:18 2006
New Revision: 51324

Modified:
   python/trunk/Misc/NEWS
Log:
Grammar fix

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed Aug 16 19:11:18 2006
@@ -69,10 +69,10 @@
   the code (introduced in 2.5b3) has been reverted. It will continue
   to be maintained manually as static string literal.
 
-- If a the Python part of a ctypes callback function returns None,
+- If the Python part of a ctypes callback function returns None,
   and this cannot be converted to the required C type, an exception is
   printed with PyErr_WriteUnraisable.  Before this change, the C
-  callback did return arbitrary values to the calling code.
+  callback returned arbitrary values to the calling code.
 
 - The __repr__ method of a NULL ctypes.py_object() no longer raises
   an exception.


More information about the Python-checkins mailing list