[Python-checkins] peps: conjugate 'do' correctly (closes #23149)

benjamin.peterson python-checkins at python.org
Fri Jan 2 19:09:57 CET 2015


https://hg.python.org/peps/rev/0c72bd524aed
changeset:   5652:0c72bd524aed
user:        Benjamin Peterson <benjamin at python.org>
date:        Fri Jan 02 12:09:41 2015 -0600
summary:
  conjugate 'do' correctly (closes #23149)

files:
  pep-0008.txt |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/pep-0008.txt b/pep-0008.txt
--- a/pep-0008.txt
+++ b/pep-0008.txt
@@ -394,7 +394,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 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.

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list