Skip to content

Commit

Permalink
Updated url variable syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
gabeio committed May 15, 2013
1 parent 675eee2 commit 74424b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Example
from bottle import route, run
@route('/hello/:name')
@route('/hello/<name>')
def hello(name):
return '<h1>Hello %s!</h1>' % name.title()
Expand Down

0 comments on commit 74424b7

Please sign in to comment.