]> granicus.if.org Git - python/commitdiff
Wording fix
authorAndrew M. Kuchling <amk@amk.ca>
Sun, 22 Jun 2008 13:39:11 +0000 (13:39 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Sun, 22 Jun 2008 13:39:11 +0000 (13:39 +0000)
Misc/NEWS

index 4964ed785026d0999bc020741a1320d2d9c364b3..022196f3d702a14b9407256bc182cd5914da9229 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -74,7 +74,7 @@ Extension Modules
 
 - 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().