From: Georg Brandl Date: Thu, 22 Mar 2012 06:42:31 +0000 (+0100) Subject: Fix typo. X-Git-Tag: v3.3.0a2~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96ad2619b208ce8452f8f6bd5127f32e2b097d2c;p=python Fix typo. --- diff --git a/Misc/NEWS b/Misc/NEWS index 09d7ee2305..70d908e63c 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.