Typo correction in pep 8

This commit is contained in:
Michael Foord 2011-02-17 23:12:04 +00:00
parent 371b47548e
commit cf8828a7e3
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ Code lay-out
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.