Skip to content

Commit

Permalink
Update docs/narr/urldispatch.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
VlAleVas authored and VlAleVas committed Apr 27, 2012
1 parent a79f67b commit ea7a268
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/narr/urldispatch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ add to your application:
config.add_route('idea', 'ideas/{idea}')
config.add_route('user', 'users/{user}')
config.add_route('tag', 'tags/{tags}')
config.add_route('tag', 'tags/{tag}')
config.add_view('mypackage.views.idea_view', route_name='idea')
config.add_view('mypackage.views.user_view', route_name='user')
Expand Down

0 comments on commit ea7a268

Please sign in to comment.