diff options
author | Stefan Krah <skrah@bytereef.org> | 2015-12-28 22:17:05 (GMT) |
---|---|---|
committer | Stefan Krah <skrah@bytereef.org> | 2015-12-28 22:17:05 (GMT) |
commit | 6f5470880eb13cb28d189953375a79b61756ba78 (patch) | |
tree | ae1067a5404eb12db1db88b2781d9e57990fb5db | |
parent | e3f359c71c3a51f5e115c877da7572d8042c8ad7 (diff) | |
download | cpython-6f5470880eb13cb28d189953375a79b61756ba78.zip cpython-6f5470880eb13cb28d189953375a79b61756ba78.tar.gz cpython-6f5470880eb13cb28d189953375a79b61756ba78.tar.bz2 |
Fix typo.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |