From: Georg Brandl Date: Sat, 25 Oct 2008 07:00:52 +0000 (+0000) Subject: Typo fix. X-Git-Tag: v2.7a1~2704 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fb00ad1bed5742680886674ca8564c7838a360c;p=thirdparty%2FPython%2Fcpython.git Typo fix. --- diff --git a/Misc/NEWS b/Misc/NEWS index dd5dffebbebc..9202c400192e 100644 --- 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