Skip to content

Commit 4854328

Browse files
committed
Fix links
1 parent 73d08ec commit 4854328

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Notes/Contents.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* [2.6 List comprehensions](02_Working_with_data/06_List_comprehension)
2121
* [2.7 Object model](02_Working_with_data/07_Objects)
2222

23-
## [3. Program Organization)(03_Program_organization/00_Overview)
23+
## [3. Program Organization](03_Program_organization/00_Overview)
2424

2525
* [3.1 Functions and Script Writing](03_Program_organization/01_Script)
2626
* [3.2 More Detail on Functions](03_Program_organization/02_More_functions)
@@ -29,14 +29,14 @@
2929
* [3.5 Main module](03_Program_organization/05_Main_module)
3030
* [3.6 Design Discussion about Embracing Flexibilty](03_Program_organization/06_Design_discussion)
3131

32-
## [4. Classes and Objects)(04_Classes_objects/00_Overview)
32+
## [4. Classes and Objects](04_Classes_objects/00_Overview)
3333

3434
* [4.1 Introducing Classes](04_Classes_objects/01_Class)
3535
* [4.2 Inheritance](04_Classes_objects/02_Inheritance)
3636
* [4.3 Special Methods](04_Classes_objects/03_Special_methods)
3737
* [4.4 Defining new Exception](04_Classes_objects/04_Defining_exceptions)
3838

39-
## [5. The Inner Workings of Python Objects)(05_Object_model/00_Overview)
39+
## [5. The Inner Workings of Python Objects](05_Object_model/00_Overview)
4040

4141
* [5.1 Dictionaries Revisited (Object Implementation)](05_Object_model/01_Dicts_revisited)
4242
* [5.2 Encapsulation Techniques](05_Object_model/02_Classes_encapsulation)

0 commit comments

Comments
 (0)