@@ -23,11 +23,11 @@ So, here we go...
2323- [ Structure of the Examples] ( #structure-of-the-examples )
2424- [ Usage] ( #usage )
2525- [ 👀 Examples] ( #-examples )
26- - [ Section: Appearances are Deceptive !] ( #section-appearances-are-deceptive )
26+ - [ Section: Appearances are deceptive !] ( #section-appearances-are-deceptive )
2727 - [ ▶ Skipping lines?] ( #-skipping-lines )
2828 - [ ▶ Teleportation * ] ( #-teleportation- )
2929 - [ ▶ 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 )
3131 - [ ▶ Okay Python, Can you make me fly? * ] ( #-okay-python-can-you-make-me-fly- )
3232 - [ ▶ ` goto ` , but why? * ] ( #-goto-but-why- )
3333 - [ ▶ Brace yourself! * ] ( #-brace-yourself- )
@@ -36,7 +36,7 @@ So, here we go...
3636 - [ ▶ Yes, it exists!] ( #-yes-it-exists )
3737 - [ ▶ Inpinity * ] ( #-inpinity- )
3838 - [ ▶ Mangling time! * ] ( #-mangling-time- )
39- - [ Section: Strain your Brain ] ( #section-strain-your-brain )
39+ - [ Section: Strain your brain! ] ( #section-strain-your-brain )
4040 - [ ▶ Strings can be tricky sometimes * ] ( #-strings-can-be-tricky-sometimes- )
4141 - [ ▶ Time for some hash brownies!] ( #-time-for-some-hash-brownies )
4242 - [ ▶ Return return everywhere!] ( #-return-return-everywhere )
@@ -62,7 +62,7 @@ So, here we go...
6262 - [ ▶ Subclass relationships * ] ( #-subclass-relationships- )
6363 - [ ▶ The mysterious key type conversion * ] ( #-the-mysterious-key-type-conversion- )
6464 - [ ▶ 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 )
6666 - [ ▶ Modifying a dictionary while iterating over it] ( #-modifying-a-dictionary-while-iterating-over-it )
6767 - [ ▶ Stubborn ` del ` operator * ] ( #-stubborn-del-operator- )
6868 - [ ▶ Deleting a list item while iterating] ( #-deleting-a-list-item-while-iterating )
@@ -83,7 +83,7 @@ So, here we go...
8383- [ Acknowledgements] ( #acknowledgements )
8484- [ 🎓 License] ( #-license )
8585- [ 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 )
8787 - [ Need a pdf version?] ( #need-a-pdf-version )
8888
8989<!-- 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
150150
151151# 👀 Examples
152152
153- # # Section: Appearances are Deceptive !
153+ # # Section: Appearances are deceptive !
154154
155155This section is a gentle warm up before we focus on real Python concepts.
156156
@@ -261,7 +261,7 @@ Shouldn't that be 100?
261261
262262-- -
263263
264- # # Section: The Hidden treasures
264+ # # Section: The Hidden treasures!
265265
266266This section contains few of the lesser- known interesting things about Python that most beginners like me are unaware of (well, not anymore).
267267
@@ -511,7 +511,7 @@ Why did `Yo()._Yo__honey` worked? Only Indian readers would understand.
511511
512512-- -
513513
514- # # Section: Strain your Brain
514+ # # Section: Strain your brain!
515515
516516Alright, it' s time to strain your brain and test your understanding of Python concepts. All the best!
517517
@@ -1535,7 +1535,7 @@ a, b = a[b] = {}, 5
15351535
15361536---
15371537
1538- ## Section: Watchout for the landmines!
1538+ ## Section: Watch out for the landmines!
15391539
15401540
15411541### ▶ Modifying a dictionary while iterating over it
0 commit comments