]> granicus.if.org Git - python/commitdiff
Typo
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 2 Jan 2011 20:05:11 +0000 (20:05 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 2 Jan 2011 20:05:11 +0000 (20:05 +0000)
Misc/NEWS

index 07d7b47ea399bb21c37862e4293c23bd054b9a89..c627e3135bc5d9e08da01f6715e7400cb4c14e31 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1227,7 +1227,7 @@ Core and Builtins
   with a non-empty format string. This is an effort to future-proof user
   code. If a derived class does not currently implement __format__ but later
   adds its own __format__, it would most likely break user code that had
-  supplied a format string. This will be changed to a DeprecationWaring in
+  supplied a format string. This will be changed to a DeprecationWarning in
   Python 3.3 and it will be an error in Python 3.4.
 
 - Issue #8268: Old-style classes (not just instances) now support weak