summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris McDonough <chrism@agendaless.com>2009-02-06 00:56:33 +0000
committerChris McDonough <chrism@agendaless.com>2009-02-06 00:56:33 +0000
commit980e5261d9d5221f9d88b9e46918ec3a7735f9e0 (patch)
tree0ec681102042b0142bf1831eaae0dca96f6283de
parent15bd29ae2c251d625c3a92a8826aae0385900b13 (diff)
downloadpyramid-980e5261d9d5221f9d88b9e46918ec3a7735f9e0.tar.gz
pyramid-980e5261d9d5221f9d88b9e46918ec3a7735f9e0.tar.bz2
pyramid-980e5261d9d5221f9d88b9e46918ec3a7735f9e0.zip
Missing )
-rw-r--r--repoze/bfg/testing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/repoze/bfg/testing.py b/repoze/bfg/testing.py
index e65351ce8..9f62b9b21 100644
--- a/repoze/bfg/testing.py
+++ b/repoze/bfg/testing.py
@@ -31,7 +31,7 @@ def registerModels(models):
``repoze.bfg.traversal.find_model`` API. The ``find_model`` API
is called with a path as one of its arguments. If the dictionary
you register when calling this method contains that path as a
- string key (e.g. ``/foo/bar`` or ``foo/bar``, the corresponding
+ string key (e.g. ``/foo/bar`` or ``foo/bar``), the corresponding
value will be returned to ``find_model`` (and thus to your code)
when ``find_model`` is called with an equivalent path string or
tuple."""