[Python-checkins] peps: PEP 8: tweak some awkward wording pointed out in private email

nick.coghlan python-checkins at python.org
Tue May 13 05:36:34 CEST 2014


http://hg.python.org/peps/rev/b93d501ba313
changeset:   5475:b93d501ba313
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Tue May 13 13:36:23 2014 +1000
summary:
  PEP 8: tweak some awkward wording pointed out in private email

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
@@ -526,7 +526,7 @@
 
 You should use two spaces after a sentence-ending period.
 
-When writing English, Strunk and White apply.
+When writing English, follow Strunk and White.
 
 Python coders from non-English speaking countries: please write your
 comments in English, unless you are 120% sure that the code will never

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


More information about the Python-checkins mailing list