summaryrefslogtreecommitdiffstats
path: root/Lib/ntpath.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-02-17 17:30:40 (GMT)
committerFred Drake <fdrake@acm.org>2000-02-17 17:30:40 (GMT)
commitef0b5dd080ac9880d02beace16b9fba8ab7fde5c (patch)
tree078101ed20aaa901910f2ecd05b13b9695a9f575 /Lib/ntpath.py
parentf36b1823c404f138b9853a5ab77fba07b9e3a8e4 (diff)
downloadcpython-ef0b5dd080ac9880d02beace16b9fba8ab7fde5c.zip
cpython-ef0b5dd080ac9880d02beace16b9fba8ab7fde5c.tar.gz
cpython-ef0b5dd080ac9880d02beace16b9fba8ab7fde5c.tar.bz2
Typo in a comment: "wheter" --> "whether"
Diffstat (limited to 'Lib/ntpath.py')
-rw-r--r--Lib/ntpath.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ntpath.py b/Lib/ntpath.py
index 6a73b0c..51e60a2 100644
--- a/Lib/ntpath.py
+++ b/Lib/ntpath.py
@@ -21,7 +21,7 @@ def normcase(s):
return string.lower(string.replace(s, "/", "\\"))
-# Return wheter a path is absolute.
+# Return whether a path is absolute.
# Trivial in Posix, harder on the Mac or MS-DOS.
# For DOS it is absolute if it starts with a slash or backslash (current
# volume), or if a pathname after the volume letter and colon / UNC resource