]> granicus.if.org Git - python/commitdiff
Typo fix.
authorGeorg Brandl <georg@python.org>
Sat, 25 Oct 2008 07:00:52 +0000 (07:00 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 25 Oct 2008 07:00:52 +0000 (07:00 +0000)
Misc/NEWS

index dd5dffebbebcd38977e5aa8967e32dc0f79027ee..9202c400192e8551f9ee921d3aa9e746b7b256cc 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,7 +13,7 @@ Core and Builtins
 -----------------
 
 - Using ``nonlocal`` as a variable name will now raise a Py3k SyntaxWarning
-  because it is a reserved work in 3.x.
+  because it is a reserved word in 3.x.
 
 - On windows, os.chdir given unicode was not working if GetCurrentDirectoryW
   returned a path longer than MAX_PATH. (But It's doubtful this code path is