Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b3f2386

Browse files
committed
Fix link
1 parent 80a96cd commit b3f2386

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Notes/06_Generators/01_Iteration_protocol.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[Contents](../Contents) \| [Previous (5.2 Encapsulation)](../05_Classes_objects/02_Classes_encapsulation) \| [Next (6.2 Customizing Iteration)](02_Customizing_iteration)
1+
[Contents](../Contents) \| [Previous (5.2 Encapsulation)](../05_Object_model/02_Classes_encapsulation) \| [Next (6.2 Customizing Iteration)](02_Customizing_iteration)
22

33
# 6.1 Iteration Protocol
44

@@ -314,4 +314,4 @@ Python normally work. For container objects, supporting iteration,
314314
indexing, containment, and other kinds of operators is an important
315315
part of this.
316316

317-
[Contents](../Contents) \| [Previous (5.2 Encapsulation)](../05_Classes_objects/02_Classes_encapsulation) \| [Next (6.2 Customizing Iteration)](02_Customizing_iteration)
317+
[Contents](../Contents) \| [Previous (5.2 Encapsulation)](../05_Object_model/02_Classes_encapsulation) \| [Next (6.2 Customizing Iteration)](02_Customizing_iteration)

0 commit comments

Comments
 (0)