From e2c57262001256537047cba1d5c4e93db8fb5c8c Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Tue, 16 Sep 2008 03:45:15 +0000 Subject: typo. --- docs/narr/urldispatch.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/narr/urldispatch.rst b/docs/narr/urldispatch.rst index 2053c1620..1d432bf09 100644 --- a/docs/narr/urldispatch.rst +++ b/docs/narr/urldispatch.rst @@ -57,7 +57,7 @@ willing to check the requested URL against a *routes map*, and subsequently look up and call a :mod:`repoze.bfg` view with the information it finds within a particular route, if any configured route matches the currently requested URL. If no URL matches, the -:class:``RoutesMapper`` will fall back to calling a ``get_root`` +:class:`RoutesMapper` will fall back to calling a ``get_root`` callable that is passed in to it at construction time, which allows your application to fall back to a different "root" (perhaps one based on traversal). By configuring a :class:`RoutesMapper` appropriately, -- cgit v1.2.3