Skip to content

Commit cc28257

Browse files
committed
Update worksheet.md
1 parent bc67142 commit cc28257

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

worksheet.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Now you're going to set up a basic web application with Flask and Python. You wi
9494

9595
Now you're going to add a new route to your web app, which will create another web page.
9696
97-
1. In a web application, a route is a certain path into your website, determined by the request sent by the user when they type it into their web browser. It's up to you which routes are enabled, and what each of them does.
97+
In a web application, a route is a certain path into your website, determined by the request sent by the user when they type it into their web browser. It's up to you which routes are enabled, and what each of them does.
9898

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

@@ -118,7 +118,7 @@ Now you're going to add a new route to your web app, which will create another w
118118
return 'Yummy cakes!'
119119
```
120120
121-
1. Now navigate to your website's cake page in the browser at `127.0.0.1:5000/cakes`. You should see a webpage with the text `Yummy cakes!` on it:
121+
1. Save your code and navigate to your website's cake page in the browser at `127.0.0.1:5000/cakes`. You should see a webpage with the text `Yummy cakes!` on it:
122122
123123
![Yummy Cakes](images/flask-cakes.png)
124124

0 commit comments

Comments
 (0)