Another PEP 8 typo fix
Yay for not saving before committing :P
This commit is contained in:
parent
5dbb9a10f1
commit
f7025e0fcc
|
@ -256,7 +256,7 @@ an encoding declaration.
|
|||
|
||||
In the standard library, non-default encodings should be used only for
|
||||
test purposes or when a comment or docstring needs to mention an author
|
||||
name that that contains non-ASCII characters; otherwise, using ``\x``,
|
||||
name that contains non-ASCII characters; otherwise, using ``\x``,
|
||||
``\u``, ``\U``, or ``\N`` escapes is the preferred way to include
|
||||
non-ASCII data in string literals.
|
||||
|
||||
|
|
Loading…
Reference in New Issue