From 48f0a8df19024836995d0fb665e1d58c26d154f9 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Thu, 19 Nov 2009 23:19:29 +0000 Subject: spelling --- Misc/NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Misc/NEWS b/Misc/NEWS index ad45b9d..c24f067 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. -- cgit v0.12