[Python-checkins] r42120 - python/trunk/Lib/locale.py

tim.peters python-checkins at python.org
Fri Jan 20 21:03:25 CET 2006


Author: tim.peters
Date: Fri Jan 20 21:03:24 2006
New Revision: 42120

Modified:
   python/trunk/Lib/locale.py
Log:
Whitespace normalization.


Modified: python/trunk/Lib/locale.py
==============================================================================
--- python/trunk/Lib/locale.py	(original)
+++ python/trunk/Lib/locale.py	Fri Jan 20 21:03:24 2006
@@ -1212,7 +1212,7 @@
 #
 # This maps Windows language identifiers to locale strings.
 #
-# This list has been updated from 
+# This list has been updated from
 # http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/nls_238z.asp
 # to include every locale up to Windows XP.
 #


More information about the Python-checkins mailing list