[Python-checkins] peps: Typo

antoine.pitrou python-checkins at python.org
Fri Oct 25 21:10:04 CEST 2013


http://hg.python.org/peps/rev/f3705354f869
changeset:   5218:f3705354f869
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Fri Oct 25 21:03:50 2013 +0200
summary:
  Typo

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
@@ -248,7 +248,7 @@
   ``\\some\share\myfile.txt``) always has a drive and a root
   (here, ``\\some\share`` and ``\``, respectively).
 
-* A drive which has either a drive *or* a root is said to be anchored.
+* A path which has either a drive *or* a root is said to be anchored.
   Its anchor is the concatenation of the drive and root.  Under POSIX,
   "anchored" is the same as "absolute".
 

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


More information about the Python-checkins mailing list