summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Bangert <ben@groovie.org>2013-05-23 10:27:49 -0700
committerBen Bangert <ben@groovie.org>2013-05-23 10:27:49 -0700
commit200a3aa84f59b9b959585ddec802221c8fbfec0b (patch)
tree0737b9edbb772c25699e93b57c94ee70febc5b0a
parent77d77a7453ed09d1c0c75ee44f2996b62804685b (diff)
parentc2662f78cc286241693f4dea1f7d680fad76464c (diff)
downloadroutes-200a3aa84f59b9b959585ddec802221c8fbfec0b.tar.gz
Merge pull request #3 from YorikSar/doc_fix
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 6382762..bfcea4a 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::