[Python-checkins] r87644 - python/branches/release27-maint/Misc/NEWS

antoine.pitrou python-checkins at python.org
Sun Jan 2 21:05:11 CET 2011


Author: antoine.pitrou
Date: Sun Jan  2 21:05:11 2011
New Revision: 87644

Log:
Typo



Modified:
   python/branches/release27-maint/Misc/NEWS

Modified: python/branches/release27-maint/Misc/NEWS
==============================================================================
--- python/branches/release27-maint/Misc/NEWS	(original)
+++ python/branches/release27-maint/Misc/NEWS	Sun Jan  2 21:05:11 2011
@@ -1227,7 +1227,7 @@
   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


More information about the Python-checkins mailing list