mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Typo fix (spelling mistake in error message).
This commit is contained in:
parent
36a90f61e8
commit
034cbf1350
1 changed files with 1 additions and 1 deletions
|
@ -188,7 +188,7 @@ def normpath(s):
|
||||||
i = i - 1
|
i = i - 1
|
||||||
else:
|
else:
|
||||||
# best way to handle this is to raise an exception
|
# best way to handle this is to raise an exception
|
||||||
raise norm_error, 'Cannot use :: immedeately after volume name'
|
raise norm_error, 'Cannot use :: immediately after volume name'
|
||||||
else:
|
else:
|
||||||
i = i + 1
|
i = i + 1
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue