Merged revisions 76420 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76420 | benjamin.peterson | 2009-11-19 17:19:29 -0600 (Thu, 19 Nov 2009) | 1 line
spelling
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 277b892..fc14516 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,7 +14,7 @@
- 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.