[Python-checkins] CVS: python/dist/src/Lib macpath.py,1.28,1.29

Greg Ward gward@users.sourceforge.net
Wed, 08 Aug 2001 13:55:12 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv25373

Modified Files:
	macpath.py 
Log Message:
Typo fix (spelling mistake in error message).

Index: macpath.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/macpath.py,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** macpath.py	2001/01/24 06:27:27	1.28
--- macpath.py	2001/08/08 20:55:10	1.29
***************
*** 189,193 ****
              else:
                  # best way to handle this is to raise an exception
!                 raise norm_error, 'Cannot use :: immedeately after volume name'
          else:
              i = i + 1
--- 189,193 ----
              else:
                  # best way to handle this is to raise an exception
!                 raise norm_error, 'Cannot use :: immediately after volume name'
          else:
              i = i + 1