summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-06-07 15:49:39 +0000
committerTres Seaver <tseaver@palladion.com>2012-06-07 15:49:39 +0000
commit1fca991ad83f07af53b0d640cb4db4f9ed4c7eca (patch)
tree48c6815ede6daf4a7c29e807eaa7f02dfbaa0e1d
parenta78e4e18ba1012e259b27e18f243775b2f79cfce (diff)
downloadzope-location-1fca991ad83f07af53b0d640cb4db4f9ed4c7eca.tar.gz
Typo.
-rw-r--r--src/zope/location/traversing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zope/location/traversing.py b/src/zope/location/traversing.py
index 79c9812..86a926e 100644
--- a/src/zope/location/traversing.py
+++ b/src/zope/location/traversing.py
@@ -57,7 +57,7 @@ class LocationPhysicallyLocatable(object):
if path:
path.append('')
path.reverse()
- return u('/'.join(path))
+ return u('/').join(path)
else:
return u('/')
path.append(context.__name__)