conjugate 'do' correctly (closes #23149)

This commit is contained in:
Benjamin Peterson 2015-01-02 12:09:41 -06:00
parent 42b4a722d4
commit ae0f50ead3
1 changed files with 1 additions and 1 deletions

View File

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