[Python-checkins] r88433 - peps/trunk/pep-0008.txt

michael.foord python-checkins at python.org
Fri Feb 18 00:12:05 CET 2011


Author: michael.foord
Date: Fri Feb 18 00:12:04 2011
New Revision: 88433

Log:
Typo correction in pep 8

Modified:
   peps/trunk/pep-0008.txt

Modified: peps/trunk/pep-0008.txt
==============================================================================
--- peps/trunk/pep-0008.txt	(original)
+++ peps/trunk/pep-0008.txt	Fri Feb 18 00:12:04 2011
@@ -126,7 +126,7 @@
 
   Encodings (PEP 263)
 
-    Code in the core Python distribution should aways use the ASCII or
+    Code in the core Python distribution should always use the ASCII or
     Latin-1 encoding (a.k.a. ISO-8859-1).  For Python 3.0 and beyond,
     UTF-8 is preferred over Latin-1, see PEP 3120.
 


More information about the Python-checkins mailing list