Typo correction in pep 8
This commit is contained in:
parent
371b47548e
commit
cf8828a7e3
|
@ -126,7 +126,7 @@ Code lay-out
|
||||||
|
|
||||||
Encodings (PEP 263)
|
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,
|
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.
|
UTF-8 is preferred over Latin-1, see PEP 3120.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue