diff options
Diffstat (limited to 'repoze/bfg/traversal.py')
| -rw-r--r-- | repoze/bfg/traversal.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/traversal.py b/repoze/bfg/traversal.py index 8003de598..ab6eea038 100644 --- a/repoze/bfg/traversal.py +++ b/repoze/bfg/traversal.py @@ -353,7 +353,7 @@ def virtual_root(model, request): is both its own physical and virtual root). However if this API is called with a ``model`` argument which is a context obtained via URL dispatch, the model passed in will be returned - unconditonally.""" + unconditionally.""" try: reg = request.registry except AttributeError: |
