From: Stefan Krah Date: Mon, 28 Dec 2015 22:17:05 +0000 (+0100) Subject: Fix typo. X-Git-Tag: v3.6.0a1~852 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f5470880eb13cb28d189953375a79b61756ba78;p=python Fix typo. --- diff --git a/Misc/NEWS b/Misc/NEWS index 7ee035504f..b042090077 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