[Python-checkins] peps: Replace "seven" with "several" :)

antoine.pitrou python-checkins at python.org
Tue Nov 19 16:45:51 CET 2013


http://hg.python.org/peps/rev/1ed43b2af279
changeset:   5290:1ed43b2af279
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Nov 19 16:45:47 2013 +0100
summary:
  Replace "seven" with "several" :)

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


diff --git a/pep-0428.txt b/pep-0428.txt
--- a/pep-0428.txt
+++ b/pep-0428.txt
@@ -368,7 +368,7 @@
 Properties
 ----------
 
-Seven simple properties are provided on every path (each can be empty)::
+Several simple properties are provided on every path (each can be empty)::
 
     >>> p = PureWindowsPath('c:/Downloads/pathlib.tar.gz')
     >>> p.drive

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


More information about the Python-checkins mailing list