summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2009-11-19 23:25:14 +0000
committerBenjamin Peterson <benjamin@python.org>2009-11-19 23:25:14 +0000
commit2c8f8596019ca720b70ed8022d1ea715fddc8ba9 (patch)
tree1f940bbfa6915032ea11e30b15a035d37c8d190c
parent440847cf8e1f60c81e1ac1f722b6e7ad4c295acd (diff)
downloadcpython-git-2c8f8596019ca720b70ed8022d1ea715fddc8ba9.tar.gz
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 ........
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 277b892f91..fc145168c9 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.