summaryrefslogtreecommitdiff
path: root/repoze
diff options
context:
space:
mode:
Diffstat (limited to 'repoze')
-rw-r--r--repoze/bfg/interfaces.py2
1 files changed, 1 insertions, 1 deletions
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):