[Python-checkins] cpython: Fix typo.

georg.brandl python-checkins at python.org
Thu Mar 22 07:42:35 CET 2012


http://hg.python.org/cpython/rev/7c52a59f1409
changeset:   75867:7c52a59f1409
user:        Georg Brandl <georg at python.org>
date:        Thu Mar 22 07:42:31 2012 +0100
summary:
  Fix 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
@@ -34,7 +34,7 @@
   Negotiation extension, if available in the underlying OpenSSL library.
   Patch by Colin Marc.
 
-- Issue #3035: Unused functions from tkinter are marked as pending peprecated.
+- Issue #3035: Unused functions from tkinter are marked as pending deprecated.
 
 - Issue #12757: Fix the skipping of doctests when python is run with -OO so
   that it works in unittest's verbose mode as well as non-verbose mode.

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


More information about the Python-checkins mailing list