[Python-checkins] peps: Fix typo

nick.coghlan python-checkins at python.org
Fri Aug 2 12:20:27 CEST 2013


http://hg.python.org/peps/rev/3b883d6a412e
changeset:   5019:3b883d6a412e
user:        Nick Coghlan <ncoghlan at gmail.com>
date:        Fri Aug 02 20:20:17 2013 +1000
summary:
  Fix typo

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
@@ -180,7 +180,7 @@
 
 Some teams strongly prefer a longer line length. For code maintained
 exclusively or primarily by a team that can reach agreement on this
-issue, it is okay to increase the line nominal line length from 80 to
+issue, it is okay to increase the nominal line length from 80 to
 100 characters (effectively increasing the maximum length to 99
 characters), provided that comments and docstrings are still wrapped
 at 72 characters.

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


More information about the Python-checkins mailing list