]> granicus.if.org Git - python/commitdiff
Fix typo.
authorGeorg Brandl <georg@python.org>
Thu, 22 Mar 2012 06:42:31 +0000 (07:42 +0100)
committerGeorg Brandl <georg@python.org>
Thu, 22 Mar 2012 06:42:31 +0000 (07:42 +0100)
Misc/NEWS

index 09d7ee23058eaac7e35fe9de9bfd5d8cb6b92e65..70d908e63cd32211a7aa6542581545cde6ed87af 100644 (file)
--- 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.