@@ -23,11 +23,11 @@ So, here we go...
23
23
- [ Structure of the Examples] ( #structure-of-the-examples )
24
24
- [ Usage] ( #usage )
25
25
- [ 👀 Examples] ( #-examples )
26
- - [ Section: Appearances are Deceptive !] ( #section-appearances-are-deceptive )
26
+ - [ Section: Appearances are deceptive !] ( #section-appearances-are-deceptive )
27
27
- [ ▶ Skipping lines?] ( #-skipping-lines )
28
28
- [ ▶ Teleportation * ] ( #-teleportation- )
29
29
- [ ▶ Well, something is fishy...] ( #-well-something-is-fishy )
30
- - [ Section: The Hidden treasures] ( #section-the-hidden-treasures )
30
+ - [ Section: The Hidden treasures! ] ( #section-the-hidden-treasures )
31
31
- [ ▶ Okay Python, Can you make me fly? * ] ( #-okay-python-can-you-make-me-fly- )
32
32
- [ ▶ ` goto ` , but why? * ] ( #-goto-but-why- )
33
33
- [ ▶ Brace yourself! * ] ( #-brace-yourself- )
@@ -36,7 +36,7 @@ So, here we go...
36
36
- [ ▶ Yes, it exists!] ( #-yes-it-exists )
37
37
- [ ▶ Inpinity * ] ( #-inpinity- )
38
38
- [ ▶ Mangling time! * ] ( #-mangling-time- )
39
- - [ Section: Strain your Brain ] ( #section-strain-your-brain )
39
+ - [ Section: Strain your brain! ] ( #section-strain-your-brain )
40
40
- [ ▶ Strings can be tricky sometimes * ] ( #-strings-can-be-tricky-sometimes- )
41
41
- [ ▶ Time for some hash brownies!] ( #-time-for-some-hash-brownies )
42
42
- [ ▶ Return return everywhere!] ( #-return-return-everywhere )
@@ -62,7 +62,7 @@ So, here we go...
62
62
- [ ▶ Subclass relationships * ] ( #-subclass-relationships- )
63
63
- [ ▶ The mysterious key type conversion * ] ( #-the-mysterious-key-type-conversion- )
64
64
- [ ▶ Let's see if you can guess this?] ( #-lets-see-if-you-can-guess-this )
65
- - [ Section: Watchout for the landmines!] ( #section-watchout -for-the-landmines )
65
+ - [ Section: Watch out for the landmines!] ( #section-watch-out -for-the-landmines )
66
66
- [ ▶ Modifying a dictionary while iterating over it] ( #-modifying-a-dictionary-while-iterating-over-it )
67
67
- [ ▶ Stubborn ` del ` operator * ] ( #-stubborn-del-operator- )
68
68
- [ ▶ Deleting a list item while iterating] ( #-deleting-a-list-item-while-iterating )
@@ -83,7 +83,7 @@ So, here we go...
83
83
- [ Acknowledgements] ( #acknowledgements )
84
84
- [ 🎓 License] ( #-license )
85
85
- [ Help] ( #help )
86
- - [ Want to share wtfPython with friends?] ( #want-to-share-wtfpython-with-friends )
86
+ - [ Want to share WTFpython with friends?] ( #want-to-share-wtfpython-with-friends )
87
87
- [ Need a pdf version?] ( #need-a-pdf-version )
88
88
89
89
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
@@ -150,7 +150,7 @@ Now, just run `wtfpython` at the command line which will open this collection in
150
150
151
151
# 👀 Examples
152
152
153
- # # Section: Appearances are Deceptive !
153
+ # # Section: Appearances are deceptive !
154
154
155
155
This section is a gentle warm up before we focus on real Python concepts.
156
156
@@ -261,7 +261,7 @@ Shouldn't that be 100?
261
261
262
262
-- -
263
263
264
- # # Section: The Hidden treasures
264
+ # # Section: The Hidden treasures!
265
265
266
266
This section contains few of the lesser- known interesting things about Python that most beginners like me are unaware of (well, not anymore).
267
267
@@ -511,7 +511,7 @@ Why did `Yo()._Yo__honey` worked? Only Indian readers would understand.
511
511
512
512
-- -
513
513
514
- # # Section: Strain your Brain
514
+ # # Section: Strain your brain!
515
515
516
516
Alright, it' s time to strain your brain and test your understanding of Python concepts. All the best!
517
517
@@ -1535,7 +1535,7 @@ a, b = a[b] = {}, 5
1535
1535
1536
1536
---
1537
1537
1538
- ## Section: Watchout for the landmines!
1538
+ ## Section: Watch out for the landmines!
1539
1539
1540
1540
1541
1541
### ▶ Modifying a dictionary while iterating over it
0 commit comments