summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuriy Taraday <yorik.sar@gmail.com>2012-08-31 21:41:31 +0400
committerYuriy Taraday <yorik.sar@gmail.com>2012-08-31 21:41:31 +0400
commitc2662f78cc286241693f4dea1f7d680fad76464c (patch)
tree9682db4b1a5bd1c6c7ebbfc412db8217e0cc7fb6
parenta8ee2d163ffff24c36c338e87d5e12d8a03ca024 (diff)
downloadroutes-c2662f78cc286241693f4dea1f7d680fad76464c.tar.gz
Small misprint fix in collection() docs
-rw-r--r--routes/mapper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/mapper.py b/routes/mapper.py
index 524c177..b08fa37 100644
--- a/routes/mapper.py
+++ b/routes/mapper.py
@@ -92,7 +92,7 @@ class SubMapperParent(object):
Its interface is the same as the ``submapper`` together with
``member_prefix``, ``member_actions`` and ``member_options``
- which are passed to the ``member` submatter as ``path_prefix``,
+ which are passed to the ``member`` submapper as ``path_prefix``,
``actions`` and keyword arguments respectively.
Example::