Skip to content

Commit 0427db6

Browse files
author
Adimote
committed
Rename Visual Studio Code to VSCode
1 parent 3cb4386 commit 0427db6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/python-whirlwind-tour.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ A program is a list of instructions that are executed, line-by-line by a compute
2222

2323
We are going to be using Python as it is easy to learn and there is an abundance of useful libraries (pre-written code).
2424

25-
To write your own program, you will be using a code editor. Python comes with its own editor called IDLE, but we will use VSCode instead, as it has some built-in features that should make programming easier.
25+
To write your own program, you will be using a code editor. Python comes with its own editor called IDLE, but we will use Visual Studio Code (VSCode) instead, as it has some built-in features that should make programming easier.
2626

2727
## Variables
2828

0 commit comments

Comments
 (0)