diff options
author | Fred Drake <fdrake@acm.org> | 2000-02-17 17:30:40 +0000 |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-02-17 17:30:40 +0000 |
commit | 164dd8e0be90c4ba1f99a3acfa91e38c13dc70c6 (patch) | |
tree | a15177853d9142e29abedcd694aa1a1ce6ebe9e7 /Lib/ntpath.py | |
parent | 0ffdf7acfea183a85eff6a5a2a7b8be7143c3bf1 (diff) | |
download | cpython-164dd8e0be90c4ba1f99a3acfa91e38c13dc70c6.tar.gz |
Typo in a comment: "wheter" --> "whether"
Diffstat (limited to 'Lib/ntpath.py')
-rw-r--r-- | Lib/ntpath.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/ntpath.py b/Lib/ntpath.py index 6a73b0c84f..51e60a2edd 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 |