]> granicus.if.org Git - python/commitdiff
typo
authorGeorg Brandl <georg@python.org>
Fri, 26 Aug 2005 06:43:52 +0000 (06:43 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 26 Aug 2005 06:43:52 +0000 (06:43 +0000)
Misc/NEWS

index 2ed650129b5a335c680608057ee12938a058a976..0bb698b44b43f61bc5f5318c62a12c57196ff0eb 100644 (file)
--- 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.