[Checkins] SVN: zope.location/trunk/src/zope/location/traversing.py Typo.

Tres Seaver cvs-admin at zope.org
Thu Jun 7 15:49:43 UTC 2012


Log message for revision 126665:
  Typo.

Changed:
  U   zope.location/trunk/src/zope/location/traversing.py

-=-
Modified: zope.location/trunk/src/zope/location/traversing.py
===================================================================
--- zope.location/trunk/src/zope/location/traversing.py	2012-06-07 15:49:33 UTC (rev 126664)
+++ zope.location/trunk/src/zope/location/traversing.py	2012-06-07 15:49:39 UTC (rev 126665)
@@ -57,7 +57,7 @@
                 if path:
                     path.append('')
                     path.reverse()
-                    return u('/'.join(path))
+                    return u('/').join(path)
                 else:
                     return u('/')
             path.append(context.__name__)



More information about the checkins mailing list