Skip to content

Commit b6be99e

Browse files
committed
minor edits to README.md
1 parent 5257010 commit b6be99e

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ Example code for the book **Fluent Python, 2<sup>nd</sup> edition** by Luciano R
1010
>
1111
> * No promises. No guarantees. Use at own risk.
1212
13-
## Chapter Map
13+
## Table of Contents
14+
15+
This table of contents is subject to change at any time until the book is in print.
16+
17+
New chapters in **Fluent Python 2e** are marked with 🆕.
18+
1419

1520
Part|Chapter|Chapter Title|Directory|1<sup>st</sup> ed. Directory
1621
---|---:|---|---|---
@@ -32,11 +37,10 @@ IV – Object-Oriented Idioms|10|Object References, Mutability, and Recycling|[1
3237
&nbsp;|16|Operator Overloading: Doing It Right|[16-op-overloading](16-op-overloading)|13-op-overloading
3338
V – Control Flow|17|Iterables, Iterators, and Generators|[17-it-generator](17-it-generator)|14-it-generator
3439
&nbsp;|18|Context Managers and else Blocks|[18-context-mngr](18-context-mngr)|15-context-mngr
35-
&nbsp;|19|Coroutines|[19-coroutine](19-coroutine)|16-coroutine
40+
&nbsp;|19|Native Coroutines|[19-coroutine](19-coroutine)|16-coroutine
3641
&nbsp;|20|Concurrency with Futures|[20-futures](20-futures)|17-futures
3742
&nbsp;|21|Concurrency with asyncio|[21-asyncio](21-asyncio)|18-asyncio
3843
VI – Metaprogramming|22|Dynamic Attributes and Properties|[22-dyn-attr-prop](22-dyn-attr-prop)|19-dyn-attr-prop
3944
&nbsp;|23|Attribute Descriptors|[23-descriptor](23-descriptor)|20-descriptor
4045
&nbsp;|24|Class Metapgrogramming|[24-class-metaprog](24-class-metaprog)|21-class-metaprog
4146

42-
> New chapters are marked with 🆕

0 commit comments

Comments
 (0)