summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2012-03-22 06:42:31 (GMT)
committerGeorg Brandl <georg@python.org>2012-03-22 06:42:31 (GMT)
commit96ad2619b208ce8452f8f6bd5127f32e2b097d2c (patch)
tree3da47eca8ee3c4fda229ad5d6bb0e48a909da9be /Misc/NEWS
parent59af08f5450e7b593a02451a0fb54a4c65579cd6 (diff)
downloadcpython-96ad2619b208ce8452f8f6bd5127f32e2b097d2c.zip
cpython-96ad2619b208ce8452f8f6bd5127f32e2b097d2c.tar.gz
cpython-96ad2619b208ce8452f8f6bd5127f32e2b097d2c.tar.bz2
Fix typo.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 09d7ee2..70d908e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,7 +34,7 @@ Library
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.