Skip to content

Commit 5edf137

Browse files
Fixed typos
1 parent 9fd87d5 commit 5edf137

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

1.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ The `>>>` in the beginning of the line means that IDLE is ready and you can ente
4040

4141
### Using Python as a calculator
4242

43-
In the interactive `>>>` mode, IDLE will simply echo back everything you type into it. One of the simpliest things you can type are numbers:
43+
In the interactive `>>>` mode, IDLE will simply echo back everything you type into it. One of the simplest things you can type are numbers:
4444

4545
```py
4646
>>> 1
@@ -192,7 +192,7 @@ Python uses radians instead of degrees, so degrees need to be converted to radia
192192
>>>
193193
```
194194

195-
See the [offical documentation of the math module](https://docs.python.org/3/library/math.html) for more info about it.
195+
See the [official documentation of the math module](https://docs.python.org/3/library/math.html) for more info about it.
196196

197197
### Exercises
198198

0 commit comments

Comments
 (0)