From 2126bab8f00cb8eeebf80e788955f3ca8fc27d32 Mon Sep 17 00:00:00 2001 From: "Andrew M. Kuchling" Date: Sun, 22 Jun 2008 13:39:11 +0000 Subject: Wording fix --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index 4964ed7..022196f 100644 --- 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(). -- cgit v0.12