From 9ebe6bc50de4557fcd4e09da8ea7f5332bf33223 Mon Sep 17 00:00:00 2001 From: Luciano Ramalho Date: Mon, 5 Apr 2021 18:32:30 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ee9e4a..6fac09d 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Part / Chapter #|Title|Directory|Notebook|1st ed. Chapter # 12|Sequence Hacking, Hashing, and Slicing|[12-seq-hacking](12-seq-hacking)||10 13|Interfaces, Protocols, and ABCs|[13-protocl-abc](13-protocol-abc)||11 14|Inheritance: For Good or For Worse|[14-inheritance](14-inheritance)||12 -15|More About Type Hints|15-type-hints||🆕 +15|More About Type Hints|15-more-typing||🆕 16|Operator Overloading: Doing It Right|[16-op-overloading](16-op-overloading)||13 **V – Control Flow**| 17|Iterables, Iterators, and Generators|[17-it-generator](17-it-generator)||14