[Python-checkins] r67015 - python/trunk/Misc/NEWS

georg.brandl python-checkins at python.org
Sat Oct 25 09:00:53 CEST 2008


Author: georg.brandl
Date: Sat Oct 25 09:00:52 2008
New Revision: 67015

Log:
Typo fix.


Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Sat Oct 25 09:00:52 2008
@@ -13,7 +13,7 @@
 -----------------
 
 - 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


More information about the Python-checkins mailing list