diff options
author | Georg Brandl <georg@python.org> | 2008-10-25 07:00:52 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2008-10-25 07:00:52 (GMT) |
commit | 7fb00ad1bed5742680886674ca8564c7838a360c (patch) | |
tree | c89318572ac713441ec9b651f3a37ee368497ace | |
parent | 399b1fe8dff3be012a49390cf971f850cf4f41aa (diff) | |
download | cpython-7fb00ad1bed5742680886674ca8564c7838a360c.zip cpython-7fb00ad1bed5742680886674ca8564c7838a360c.tar.gz cpython-7fb00ad1bed5742680886674ca8564c7838a360c.tar.bz2 |
Typo fix.
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |