]> granicus.if.org Git - python/commitdiff
Grammar fix
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 16 Aug 2006 17:11:18 +0000 (17:11 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 16 Aug 2006 17:11:18 +0000 (17:11 +0000)
Misc/NEWS

index 77785a5771645ccbbb38693200fa08fc9b84f472..b3a3e7df499bb38008048aed4251879f74f1716a 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -69,10 +69,10 @@ Library
   the code (introduced in 2.5b3) has been reverted. It will continue
   to be maintained manually as static string literal.
 
-- If 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.