url params docs typo fix
add missing '>' in url params docs example
This commit is contained in:
parent
e3453553e1
commit
6ef6d9a905
|
@ -39,6 +39,6 @@ class NameView(HTTPMethodView):
|
|||
def get(self, request, name):
|
||||
return text('Hello {}'.format(name))
|
||||
|
||||
app.add_route(NameView(), '/<name')
|
||||
app.add_route(NameView(), '/<name>')
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user