[Zope3-checkins] CVS: Zope3/src/zope/app/publication - publicationtraverse.py:1.5

Marius Gedminas mgedmin@codeworks.lt
Wed, 16 Apr 2003 13:58:12 -0400


Update of /cvs-repository/Zope3/src/zope/app/publication
In directory cvs.zope.org:/tmp/cvs-serv3682/src/zope/app/publication

Modified Files:
	publicationtraverse.py 
Log Message:
Fix typo (s/dingle/single/)


=== Zope3/src/zope/app/publication/publicationtraverse.py 1.4 => 1.5 ===
--- Zope3/src/zope/app/publication/publicationtraverse.py:1.4	Tue Dec 31 13:26:57 2002
+++ Zope3/src/zope/app/publication/publicationtraverse.py	Wed Apr 16 13:58:11 2003
@@ -93,7 +93,7 @@
         else:
             path = list(path)
 
-        # Remove dingle dots
+        # Remove single dots
         path = [x for x in path if x != '.']
 
         path.reverse()