[Python-checkins] peps: They are seven (as I added "basename" too).

antoine.pitrou python-checkins at python.org
Wed Oct 10 20:37:07 CEST 2012


http://hg.python.org/peps/rev/1ae4c774bd16
changeset:   4548:1ae4c774bd16
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Wed Oct 10 20:35:33 2012 +0200
summary:
  They are seven (as I added "basename" too).

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
@@ -362,7 +362,7 @@
 Properties
 ----------
 
-Six simple properties are provided on every path (each can be empty)::
+Seven simple properties are provided on every path (each can be empty)::
 
     >>> p = PureNTPath('c:/Downloads/pathlib.tar.gz')
     >>> p.drive

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


More information about the Python-checkins mailing list