Skip to content

Commit

Permalink
changed tutorial to index.md in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jstacoder committed Mar 9, 2015
1 parent 12addd8 commit abd6dbb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,11 @@ routes = (
```

decorator style:

@app.route('/')
def view_func():
return a_view()

```python
@app.route('/')
def view_func():
return a_view()
```
and this leads us to our next setting

###ROUTE_MODULES
Expand Down

0 comments on commit abd6dbb

Please sign in to comment.