Skip to content

Commit dc80ef5

Browse files
committed
Update worksheet.md
fixed tabs too
1 parent 8fe7866 commit dc80ef5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

worksheet.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,11 +98,11 @@ In a web application, a route is a certain path into your website, determined by
9898

9999
In the "Hello Raspberry Pi" example we used a single route:
100100

101-
```python
102-
@app.route('/')
103-
def index():
104-
return 'Hello world'
105-
```
101+
```python
102+
@app.route('/')
103+
def index():
104+
return 'Hello world'
105+
```
106106

107107
This route is page up of three parts:
108108

0 commit comments

Comments
 (0)