diff --git a/pep-0428.txt b/pep-0428.txt index 1cd2c97dc..fcbeba93b 100644 --- a/pep-0428.txt +++ b/pep-0428.txt @@ -248,7 +248,7 @@ First a couple of conventions: ``\\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".