summaryrefslogtreecommitdiff
path: root/pecan/routing.py
diff options
context:
space:
mode:
authorPete <pete@coderpete.net>2012-03-27 09:42:28 -0700
committerPete <pete@coderpete.net>2012-03-27 09:42:28 -0700
commit98356b0d2364e98038039bd8b116d1592e8d44f1 (patch)
tree60b591d0c50343cf5457b90f5c0998e11e241b9b /pecan/routing.py
parent50c9f843d81bd5a901f2d595c33802c9a31c9d4a (diff)
downloadpecan-98356b0d2364e98038039bd8b116d1592e8d44f1.tar.gz
Typo fixes.
Diffstat (limited to 'pecan/routing.py')
-rw-r--r--pecan/routing.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pecan/routing.py b/pecan/routing.py
index 668b4c0..6fe219e 100644
--- a/pecan/routing.py
+++ b/pecan/routing.py
@@ -64,7 +64,7 @@ def lookup_controller(obj, url_path):
def find_object(obj, remainder, notfound_handlers):
'''
'Walks' the url path in search of an action for which a controller is
- implemented and returnst that controller object along with what's left
+ implemented and returns that controller object along with what's left
of the remainder.
'''
prev_obj = None