[Python-checkins] peps: Last patch was by Akira Kitada, not Akira Li.

guido.van.rossum python-checkins at python.org
Sun Nov 30 04:02:41 CET 2014


https://hg.python.org/peps/rev/c9cd9f3cc044
changeset:   5629:c9cd9f3cc044
user:        Guido van Rossum <guido at python.org>
date:        Sat Nov 29 19:02:36 2014 -0800
summary:
  Last patch was by Akira Kitada, not Akira Li.

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
@@ -397,7 +397,7 @@
 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
 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
 consistent with the docstring convention in PEP 257.

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


More information about the Python-checkins mailing list