summaryrefslogtreecommitdiff
path: root/repoze
diff options
context:
space:
mode:
Diffstat (limited to 'repoze')
-rw-r--r--repoze/bfg/traversal.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/traversal.py b/repoze/bfg/traversal.py
index 47ac5fa7f..5935d37d7 100644
--- a/repoze/bfg/traversal.py
+++ b/repoze/bfg/traversal.py
@@ -56,7 +56,7 @@ def find_root(model):
def find_model(model, path):
""" Given a model object and a string or tuple representing a path
(such as the return value of ``model_path`` or
- ``model_path_tuple``), return an context in this application's
+ ``model_path_tuple``), return a context in this application's
model graph at the specified path. The model passed in *must* be
:term:`location`-aware. If the path cannot be resolved (if the
respective node in the graph does not exist), a KeyError will be