conjugate 'do' correctly (closes #23149)
This commit is contained in:
parent
42b4a722d4
commit
ae0f50ead3
|
@ -394,7 +394,7 @@ String Quotes
|
|||
=============
|
||||
|
||||
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 does not make a recommendation for this. Pick a rule
|
||||
and stick to it. When a string contains single or double quote
|
||||
characters, however, use the other one to avoid backslashes in the
|
||||
string. It improves readability.
|
||||
|
|
Loading…
Reference in New Issue