Skip to content

Commit 9a33e6e

Browse files
committed
Fix spelling errors
1 parent 318aea6 commit 9a33e6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Make sure you have read my [introduction to this tutorial](README.md).
66

77
The first thing you need to do with Python is to launch it. In this tutorial we're going to use IDLE to get started. More experienced Python users will go on and on about how IDLE sucks, but Python comes with it so we might as well use it.
88

9-
On Windows, download the latest version of Python 3 from [python.org](https://www.python.org/downloads/). On GNU/Linux, **do not download Python**. You likely have Python 3 installed already and all you need is IDLE. If you're on a Debian based Linux distrubution (such as Ubuntu or Linux Mint) you can use aptitude to install IDLE. Simply open a terminal from a menu, type this command to it and press Enter:
9+
On Windows, download the latest version of Python 3 from [python.org](https://www.python.org/downloads/). On GNU/Linux, **do not download Python**. You likely have Python 3 installed already and all you need is IDLE. If you're on a Debian based GNU/Linux distribution (such as Ubuntu or Linux Mint) you can use aptitude to install IDLE. Simply open a terminal from a menu, type this command to it and press Enter:
1010

1111
sudo aptitude install idle3
1212

0 commit comments

Comments
 (0)