From 034cbf135049fc74218a0daeb555ed597d991f3a Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Wed, 8 Aug 2001 20:55:10 +0000 Subject: [PATCH] Typo fix (spelling mistake in error message). --- Lib/macpath.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/macpath.py b/Lib/macpath.py index 197e50f0756..46ae76488e8 100644 --- a/Lib/macpath.py +++ b/Lib/macpath.py @@ -188,7 +188,7 @@ def normpath(s): i = i - 1 else: # 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: i = i + 1