Skip to content

Commit 0a3536c

Browse files
committed
Run update-readmes.py and update-ends.py
1 parent d8317c9 commit 0a3536c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

advanced/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ section. Most of the techniques explained here are great when you're
88
working on a large project, and your code would be really repetitive
99
without these things.
1010

11-
You can experient with these things freely, but please **don't use these
11+
You can experiment with these things freely, but please **don't use these
1212
techniques just because you know how to use them.** Prefer the simple
1313
techniques from the Basics part instead when possible. Simple is better
1414
than complex.

basics/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ to learn more about whatever you want after studying it.
1717
9. [Handy stuff with strings](handy-stuff-strings.md)
1818
10. [Lists and tuples](lists-and-tuples.md)
1919
11. [Loops](loops.md)
20-
12. [Trey Hunner: zip and enumerate](trey-hunner-zip-and-enumerate.md)
20+
12. [zip and enumerate](zip-and-enumerate.md)
2121
13. [Dictionaries](dicts.md)
2222
14. [Defining functions](defining-functions.md)
2323
15. [Writing a larger program](larger-program.md)

0 commit comments

Comments
 (0)