Another PEP 8 typo fix

Yay for not saving before committing :P
This commit is contained in:
Nick Coghlan 2013-08-02 20:46:19 +10:00
parent 5dbb9a10f1
commit f7025e0fcc
1 changed files with 1 additions and 1 deletions

View File

@ -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.