From 51b2f9457a852956342518683f5c13d9da394b52 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Wed, 8 Sep 2010 05:01:26 +0000 Subject: - The ``repoze.bfg.interfaces`` API documentation page is now rendered via ``repoze.sphinx.autointerface``. - The URL Dispatch narrative chapter now refers to the ``interfaces`` chapter to explain the API of an ``IRoute`` object. - ``tests_require`` now includes ``repoze.sphinx.autointerface`` as a dependency. --- repoze/bfg/interfaces.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repoze') diff --git a/repoze/bfg/interfaces.py b/repoze/bfg/interfaces.py index 7082846e4..ae6bf3b20 100644 --- a/repoze/bfg/interfaces.py +++ b/repoze/bfg/interfaces.py @@ -286,7 +286,7 @@ class IRoutesMapper(Interface): """ Return a dictionary containing matching information for the request; the ``route`` key of this dictionary will either be a Route object or ``None`` if no route matched; the - ``match``key will be the matchdict or ``None`` if no route + ``match`` key will be the matchdict or ``None`` if no route matched.""" class IContextURL(Interface): -- cgit v1.2.3