Skip to content

Commit 81f7a0f

Browse files
committed
fix typo
1 parent 4a5da66 commit 81f7a0f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

lists.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ for thing in things:
4444

4545
[Read more about lists in ThinkPython
4646
here.](http://greenteapress.com/thinkpython2/html/thinkpython2011.html)
47-
Skip the chapter "10.7 Map, filter and reduce", and all excercises. You
47+
Skip the chapter "10.7 Map, filter and reduce", and all exercises. You
4848
would need to know how to define functions using the `def` keyword, but
4949
we haven't talked about that yet.
5050

the-way-of-the-program.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ here.](http://greenteapress.com/thinkpython2/html/thinkpython2002.html).
66

77
Read the glossary also, but don't study it too much. Some things in it
88
are useful to know, but I think studying it carefully would be really
9-
boring. Also do all excercises except the last one. It's more about
9+
boring. Also do all exercises except the last one. It's more about
1010
math skills than learning Python.
1111

1212
When you're done reading, read the summary below and make sure you've
@@ -27,7 +27,7 @@ learned everything.
2727
doesn't matter if you use 'single quotes' or "double quotes",
2828
they do the same thing in Python.
2929

30-
## More excercises
30+
## More exercises
3131

3232
1. What happens if you use + between two strings, like
3333
`"hello" + "world"`?

todo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
- Lists and tuples
22
- Loops (maybe move while loops here?)
33
- Defining functions
4-
- More excercises!
4+
- More exercises!

0 commit comments

Comments
 (0)