Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kraft committed Nov 2, 2009
1 parent 275b8dd commit a587e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion otto/router.py
Expand Up @@ -91,7 +91,7 @@ def matcher(path):
groups = m.groups()
try:
number = groups[1:].index(path)
# Can't find rout in groups, this means we probably have no routes
# Can't find route in groups, this means we probably have no routes
except ValueError:
return None

Expand Down

0 comments on commit a587e31

Please sign in to comment.