Last patch was by Akira Kitada, not Akira Li.
This commit is contained in:
parent
a4e187da6b
commit
9287cc8ab5
|
@ -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.
|
||||||
|
|
Loading…
Reference in New Issue