From 1a791322b3d4826aa98ef2ae81cd7a5c2136c110 Mon Sep 17 00:00:00 2001 From: "Eric V. Smith" Date: Sun, 23 Dec 2012 11:15:19 -0500 Subject: Fix a typo. --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index b9c42f4..3a011e1 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -10,7 +10,7 @@ What's New in Python 3.4.0 Alpha 1? Core and Builtins ----------------- -- Issue #9856: Replace deprecation warinigs with raising TypeError +- Issue #9856: Replace deprecation warning with raising TypeError in object.__format__. Patch by Florent Xicluna. - Issue #16597: In buffered and text IO, call close() on the underlying stream -- cgit v0.12