Last patch was by Akira Kitada, not Akira Li.

This commit is contained in:
Guido van Rossum 2014-11-29 19:02:36 -08:00
parent a4e187da6b
commit 9287cc8ab5
1 changed files with 1 additions and 1 deletions

View File

@ -397,7 +397,7 @@ In Python, single-quoted strings and double-quoted strings are the
same. This PEP do not make a recommendation for this. Pick a rule same. This PEP do not make a recommendation for this. Pick a rule
and stick to it. When a string contains single or double quote and stick to it. When a string contains single or double quote
characters, however, use the other one to avoid backslashes in the characters, however, use the other one to avoid backslashes in the
string. It improves readability. string. It improves readability.
For triple-quoted strings, always use double quote characters to be For triple-quoted strings, always use double quote characters to be
consistent with the docstring convention in PEP 257. consistent with the docstring convention in PEP 257.