summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2005-08-26 06:43:52 (GMT)
committerGeorg Brandl <georg@python.org>2005-08-26 06:43:52 (GMT)
commit4550b8db567d08d8b8c6e6fd941b9a32369c0553 (patch)
tree0b4bb335299da59625d13e380ec687f6375015b9
parent02c42871cf73365dc5b6915cac2b017b2b90c81f (diff)
downloadcpython-4550b8db567d08d8b8c6e6fd941b9a32369c0553.zip
cpython-4550b8db567d08d8b8c6e6fd941b9a32369c0553.tar.gz
cpython-4550b8db567d08d8b8c6e6fd941b9a32369c0553.tar.bz2
typo
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2ed6501..0bb698b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,7 +12,7 @@ What's New in Python 2.5 alpha 1?
Core and builtins
-----------------
-- Disallow keyword arguments for type constructors that don't use it
+- Disallow keyword arguments for type constructors that don't use them
(fixes bug #1119418).
- Forward UnicodeDecodeError into SyntaxError for source encoding errors.