From: Benjamin Peterson Date: Thu, 19 Nov 2009 23:19:29 +0000 (+0000) Subject: spelling X-Git-Tag: v2.7a1~71 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48f0a8df19024836995d0fb665e1d58c26d154f9;p=python spelling --- diff --git a/Misc/NEWS b/Misc/NEWS index ad45b9d3f2..c24f0679e2 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -14,7 +14,7 @@ Core and Builtins - Add Py3k warnings for parameter names in parenthesis. -- Issue #7362: Give a propery error message for def f((x)=3): pass. +- Issue #7362: Give a proper error message for def f((x)=3): pass. - Issue #7085: Fix crash when importing some extensions in a thread on MacOSX 10.6.