From 980e5261d9d5221f9d88b9e46918ec3a7735f9e0 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 6 Feb 2009 00:56:33 +0000 Subject: Missing ) --- repoze/bfg/testing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.""" -- cgit v1.2.3