Skip to content

Commit c4e1f5e

Browse files
committed
Update worksheet.md
1 parent 3511c99 commit c4e1f5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

worksheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Now you're going to set up a basic web application with Flask and Python. You wi
5050
```
5151
This will create a file named `app.py`, in which all our application code will be written.
5252
53-
1. Enter the following command to open this file in IDLE, the Python editor, in order to get started writing your web app:
53+
1. Enter the following command to open this file in **Python 2**, also called IDLE which is a Python editor, in order to get started writing your web app:
5454
5555
```bash
5656
idle app.py &

0 commit comments

Comments
 (0)