]> granicus.if.org Git - python/commitdiff
Fix a typo.
authorEric V. Smith <eric@trueblade.com>
Sun, 23 Dec 2012 16:15:19 +0000 (11:15 -0500)
committerEric V. Smith <eric@trueblade.com>
Sun, 23 Dec 2012 16:15:19 +0000 (11:15 -0500)
Misc/NEWS

index b9c42f475f01f3f363ef501d339d1ca701e26c73..3a011e19225f75bca304201632a05e1ff7d69893 100644 (file)
--- 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