[Python-checkins] cpython: Fix a typo.

eric.smith python-checkins at python.org
Sun Dec 23 17:15:37 CET 2012


http://hg.python.org/cpython/rev/bf64c3a38556
changeset:   80995:bf64c3a38556
user:        Eric V. Smith <eric at trueblade.com>
date:        Sun Dec 23 11:15:19 2012 -0500
summary:
  Fix a typo.

files:
  Misc/NEWS |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,7 +10,7 @@
 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

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list