Chris Rossi
2009-05-18 bdbd2e0b2e9bae8067de73f51e465c338da369ce
Fix typo in docstring.


1 files modified
2 ■■■ changed files
repoze/bfg/traversal.py 2 ●●● patch | view | raw | blame | history
repoze/bfg/traversal.py
@@ -134,7 +134,7 @@
    return path and '/'.join([quote_path_segment(x) for x in path]) or '/'
def traverse(model, path):
    """Given a model object as ``model` and a string or tuple
    """Given a model object as ``model`` and a string or tuple
    representing a path as ``path`` (such as the return value of
    ``repoze.bfg.traversal.model_path`` or
    ``repoze.bfg.traversal.model_path_tuple`` or the value of