commit | 48f0a8df19024836995d0fb665e1d58c26d154f9 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Thu Nov 19 23:19:29 2009 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Thu Nov 19 23:19:29 2009 +0000 |
tree | fba8ecaf80810aa40897c162f56a4ece4897980f | |
parent | 89b1a5ce186f8ed88c74ee74a161fa1752cc3e8c [diff] [blame] |
spelling
diff --git a/Misc/NEWS b/Misc/NEWS index ad45b9d..c24f067 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.