diff options
| author | Chris McDonough <chrism@agendaless.com> | 2009-02-06 00:56:33 +0000 |
|---|---|---|
| committer | Chris McDonough <chrism@agendaless.com> | 2009-02-06 00:56:33 +0000 |
| commit | 980e5261d9d5221f9d88b9e46918ec3a7735f9e0 (patch) | |
| tree | 0ec681102042b0142bf1831eaae0dca96f6283de | |
| parent | 15bd29ae2c251d625c3a92a8826aae0385900b13 (diff) | |
| download | pyramid-980e5261d9d5221f9d88b9e46918ec3a7735f9e0.tar.gz pyramid-980e5261d9d5221f9d88b9e46918ec3a7735f9e0.tar.bz2 pyramid-980e5261d9d5221f9d88b9e46918ec3a7735f9e0.zip | |
Missing )
| -rw-r--r-- | repoze/bfg/testing.py | 2 |
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.""" |
