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

andrew.kuchling python-checkins at python.org
Sun Jun 22 15:39:11 CEST 2008


Author: andrew.kuchling
Date: Sun Jun 22 15:39:11 2008
New Revision: 64453

Log:
Wording fix

Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sun Jun 22 15:39:11 2008
@@ -74,7 +74,7 @@
 
 - Issue #3116:  marshal.dumps() had quadratic behavior for strings > 32Mb.
 
-- Issue #2138: Add factorial() the math module.
+- Issue #2138: Add factorial() to the math module.
 
 - The heapq module does comparisons using LT instead of LE.  This
   makes its implementation match that used by list.sort().


More information about the Python-checkins mailing list