Fix Broken Links
This commit is contained in:
@@ -6,12 +6,12 @@ lists, sets, and dictionaries and discusses common data handling
|
||||
idioms. The last part of this section dives a little deeper
|
||||
into Python's underlying object model.
|
||||
|
||||
* [2.1 Datatypes and Data Structures](01_Datatypes)
|
||||
* [2.2 Containers](02_Containers)
|
||||
* [2.3 Formatted Output](03_Formatting)
|
||||
* [2.4 Sequences](04_Sequences)
|
||||
* [2.5 Collections module](05_Collections)
|
||||
* [2.6 List comprehensions](06_List_comprehension)
|
||||
* [2.7 Object model](07_Objects)
|
||||
* [2.1 Datatypes and Data Structures](01_Datatypes.md)
|
||||
* [2.2 Containers](02_Containers.md)
|
||||
* [2.3 Formatted Output](03_Formatting.md)
|
||||
* [2.4 Sequences](04_Sequences.md)
|
||||
* [2.5 Collections module](05_Collections.md)
|
||||
* [2.6 List comprehensions](06_List_comprehension.md)
|
||||
* [2.7 Object model](07_Objects.md)
|
||||
|
||||
[Contents](../Contents)
|
||||
[Contents](../Contents.md)
|
||||
|
||||
Reference in New Issue
Block a user