summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2015-12-28 22:17:05 (GMT)
committerStefan Krah <skrah@bytereef.org>2015-12-28 22:17:05 (GMT)
commit6f5470880eb13cb28d189953375a79b61756ba78 (patch)
treeae1067a5404eb12db1db88b2781d9e57990fb5db
parente3f359c71c3a51f5e115c877da7572d8042c8ad7 (diff)
downloadcpython-6f5470880eb13cb28d189953375a79b61756ba78.zip
cpython-6f5470880eb13cb28d189953375a79b61756ba78.tar.gz
cpython-6f5470880eb13cb28d189953375a79b61756ba78.tar.bz2
Fix typo.
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7ee0355..b042090 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -126,7 +126,7 @@ Library
- Issue #25928: Add Decimal.as_integer_ratio().
- Issue #25447: Copying the lru_cache() wrapper object now always works,
- independedly from the type of the wrapped object (by returning the original
+ independently from the type of the wrapped object (by returning the original
object unchanged).
- Issue #25768: Have the functions in compileall return booleans instead of