diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2008-06-22 13:39:11 +0000 |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2008-06-22 13:39:11 +0000 |
commit | 2126bab8f00cb8eeebf80e788955f3ca8fc27d32 (patch) | |
tree | 25d98d8a730a30f04b8b0c35be2dc2d803bbcf1c | |
parent | 5596b0cfc275a649f17a97c881d094a949adad6d (diff) | |
download | cpython-git-2126bab8f00cb8eeebf80e788955f3ca8fc27d32.tar.gz |
Wording fix
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(). |