mirror of https://github.com/python/cpython.git
Typo in a comment: "wheter" --> "whether"
This commit is contained in:
parent
f36b1823c4
commit
ef0b5dd080
|
@ -21,7 +21,7 @@ def normcase(s):
|
||||||
return string.lower(string.replace(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.
|
# Trivial in Posix, harder on the Mac or MS-DOS.
|
||||||
# For DOS it is absolute if it starts with a slash or backslash (current
|
# 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
|
# volume), or if a pathname after the volume letter and colon / UNC resource
|
||||||
|
|
Loading…
Reference in New Issue